Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dfast_compiler_arm64.cc801 bool FastCompilerARM64::LoadMethod(Register reg, ArtMethod* method) { in LoadMethod() function in art::arm64::FastCompilerARM64
Dcode_generator_riscv64.cc6927 void CodeGeneratorRISCV64::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::riscv64::CodeGeneratorRISCV64
Dcode_generator_arm64.cc4988 void CodeGeneratorARM64::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::arm64::CodeGeneratorARM64
Dcode_generator_x86_64.cc1113 void CodeGeneratorX86_64::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::x86_64::CodeGeneratorX86_64
Dcode_generator_x86.cc5520 void CodeGeneratorX86::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::x86::CodeGeneratorX86
Dcode_generator_arm_vixl.cc9528 void CodeGeneratorARMVIXL::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::arm::CodeGeneratorARMVIXL
/art/runtime/
Dclass_linker.cc4092 inline void ClassLinker::LoadClassHelper::LoadMethod(const ClassAccessor::Method& method, in LoadMethod() function in art::ClassLinker::LoadClassHelper