Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h455 void LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke);
Dcode_generator_x86.h475 void LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke);
Dcode_generator_arm_vixl.h585 void LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke);
Dcode_generator_arm64.h718 void LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke);
Dcode_generator_arm64.cc4458 codegen_->LoadMethod( in VisitInvokeInterface()
4533 void CodeGeneratorARM64::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::arm64::CodeGeneratorARM64
4622 LoadMethod(invoke->GetMethodLoadKind(), temp, invoke); in GenerateStaticOrDirectCall()
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
1073 LoadMethod(invoke->GetMethodLoadKind(), temp, invoke); in GenerateStaticOrDirectCall()
2821 codegen_->LoadMethod(invoke->GetHiddenArgumentLoadKind(), hidden_reg, invoke); in VisitInvokeInterface()
Dcode_generator_arm_vixl.cc3561 codegen_->LoadMethod(invoke->GetHiddenArgumentLoadKind(), hidden_reg, invoke); in VisitInvokeInterface()
9168 void CodeGeneratorARMVIXL::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::arm::CodeGeneratorARMVIXL
9234 LoadMethod(invoke->GetMethodLoadKind(), temp, invoke); in GenerateStaticOrDirectCall()
Dcode_generator_x86.cc2627 codegen_->LoadMethod(invoke->GetHiddenArgumentLoadKind(), locations->GetTemp(0), invoke); in VisitInvokeInterface()
5207 void CodeGeneratorX86::LoadMethod(MethodLoadKind load_kind, Location temp, HInvoke* invoke) { in LoadMethod() function in art::x86::CodeGeneratorX86
5277 LoadMethod(invoke->GetMethodLoadKind(), callee_method, invoke); in GenerateStaticOrDirectCall()
/art/runtime/
Dclass_linker.h991 void LoadMethod(const DexFile& dex_file,
Dclass_linker.cc3726 LoadMethod(dex_file, method, klass, art_method); in LoadClass()
3742 LoadMethod(dex_file, method, klass, art_method); in LoadClass()
3782 void ClassLinker::LoadMethod(const DexFile& dex_file, in LoadMethod() function in art::ClassLinker