Searched defs:LoadMethod (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/compiler/optimizing/ | ||
H A D | code_generator_arm64.cc | 4533 void CodeGeneratorARM64::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::arm64::CodeGeneratorARM64 |
H A D | code_generator_x86_64.cc | 1007 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_arm_vixl.cc | 9168 void CodeGeneratorARMVIXL::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::arm::CodeGeneratorARMVIXL |
H A D | code_generator_x86.cc | 5207 void CodeGeneratorX86::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::x86::CodeGeneratorX86 |
/aosp12/art/runtime/ | ||
H A D | class_linker.cc | 3782 void ClassLinker::LoadMethod(const DexFile& dex_file, in LoadMethod() function in art::ClassLinker |