Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc4610 void CodeGeneratorARM64::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::arm64::CodeGeneratorARM64
Dcode_generator_x86_64.cc1074 void CodeGeneratorX86_64::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::x86_64::CodeGeneratorX86_64
Dcode_generator_arm_vixl.cc9210 void CodeGeneratorARMVIXL::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::arm::CodeGeneratorARMVIXL
Dcode_generator_x86.cc5285 void CodeGeneratorX86::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::x86::CodeGeneratorX86
/art/runtime/
Dclass_linker.cc3657 void ClassLinker::LoadMethod(const DexFile& dex_file, in LoadMethod() function in art::ClassLinker