Searched defs:LoadMethod (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_arm64.cc | 4991 void CodeGeneratorARM64::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::arm64::CodeGeneratorARM64
|
H A D | code_generator_riscv64.cc | 6942 void CodeGeneratorRISCV64::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::riscv64::CodeGeneratorRISCV64
|
H A D | code_generator_x86_64.cc | 1130 void CodeGeneratorX86_64::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::x86_64::CodeGeneratorX86_64
|
H A D | code_generator_x86.cc | 5534 void CodeGeneratorX86::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::x86::CodeGeneratorX86
|
H A D | code_generator_arm_vixl.cc | 9547 void CodeGeneratorARMVIXL::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::arm::CodeGeneratorARMVIXL
|
/aosp_15_r20/art/runtime/ |
H A D | class_linker.cc | 4132 void ClassLinker::LoadMethod(const DexFile& dex_file, in LoadMethod() function in art::ClassLinker
|