Home
last modified time | relevance | path

Searched refs:LoadMethod (Results 1 – 10 of 10) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.h525 void LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke);
Dcode_generator_x86.h538 void LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke);
Dcode_generator_arm_vixl.h649 void LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke);
Dcode_generator_arm64.h760 void LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke);
Dcode_generator_arm64.cc4643 codegen_->LoadMethod( in VisitInvokeInterface()
4718 void CodeGeneratorARM64::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::arm64::CodeGeneratorARM64
4802 LoadMethod(invoke->GetMethodLoadKind(), temp, invoke); in GenerateStaticOrDirectCall()
Dcode_generator_x86_64.cc1078 void CodeGeneratorX86_64::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::x86_64::CodeGeneratorX86_64
1144 LoadMethod(invoke->GetMethodLoadKind(), temp, invoke); in GenerateStaticOrDirectCall()
3053 codegen_->LoadMethod(invoke->GetHiddenArgumentLoadKind(), hidden_reg, invoke); in VisitInvokeInterface()
Dcode_generator_x86.cc2786 codegen_->LoadMethod(invoke->GetHiddenArgumentLoadKind(), locations->GetTemp(0), invoke); in VisitInvokeInterface()
5366 void CodeGeneratorX86::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::x86::CodeGeneratorX86
5436 LoadMethod(invoke->GetMethodLoadKind(), callee_method, invoke); in GenerateStaticOrDirectCall()
Dcode_generator_arm_vixl.cc3710 codegen_->LoadMethod(invoke->GetHiddenArgumentLoadKind(), hidden_reg, invoke); in VisitInvokeInterface()
9337 void CodeGeneratorARMVIXL::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::arm::CodeGeneratorARMVIXL
9400 LoadMethod(invoke->GetMethodLoadKind(), temp, invoke); in GenerateStaticOrDirectCall()
/art/runtime/
Dclass_linker.h1005 void LoadMethod(const DexFile& dex_file,
Dclass_linker.cc3842 LoadMethod(dex_file, method, klass.Get(), art_method); in LoadClass()
3860 LoadMethod(dex_file, method, klass.Get(), art_method); in LoadClass()
3900 void ClassLinker::LoadMethod(const DexFile& dex_file, in LoadMethod() function in art::ClassLinker