Home
last modified time | relevance | path

Searched defs:LoadMethod (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm64.cc4533 void CodeGeneratorARM64::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::arm64::CodeGeneratorARM64
H A Dcode_generator_x86_64.cc1007 void CodeGeneratorX86_64::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::x86_64::CodeGeneratorX86_64
H A Dcode_generator_arm_vixl.cc9168 void CodeGeneratorARMVIXL::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::arm::CodeGeneratorARMVIXL
H A Dcode_generator_x86.cc5207 void CodeGeneratorX86::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::x86::CodeGeneratorX86
/aosp12/art/runtime/
H A Dclass_linker.cc3782 void ClassLinker::LoadMethod(const DexFile& dex_file, in LoadMethod() function in art::ClassLinker