Home
last modified time | relevance | path

Searched defs:target_method (Results 1 – 10 of 10) sorted by relevance

/art/compiler/dex/quick/
Dgen_invoke.cc495 int state, const MethodReference& target_method, in NextSDCallInsn()
572 int state, const MethodReference& target_method, in NextVCallInsn()
614 const MethodReference& target_method, in NextInterfaceCallInsn()
654 const MethodReference& target_method, uint32_t method_idx) { in NextInvokeInsnSP()
683 const MethodReference& target_method, in NextStaticCallInsnSP()
691 const MethodReference& target_method, in NextDirectCallInsnSP()
699 const MethodReference& target_method, in NextSuperCallInsnSP()
707 const MethodReference& target_method, in NextVCallInsnSP()
716 const MethodReference& target_method, in NextInterfaceCallInsnWithAccessCheck()
725 const MethodReference& target_method, in LoadArgRegs()
[all …]
Dcodegen_util.cc1225 void Mir2Lir::LoadCodeAddress(const MethodReference& target_method, InvokeType type, in LoadCodeAddress()
1242 void Mir2Lir::LoadMethodAddress(const MethodReference& target_method, InvokeType type, in LoadMethodAddress()
/art/compiler/dex/
Dmir_method_info.cc75 MethodReference target_method(mUnit->GetDexFile(), it->MethodIndex()); in Resolve() local
Ddex_to_dex_compiler.cc237 MethodReference target_method(&GetDexFile(), method_idx); in CompileInvokeVirtual() local
Dmir_dataflow.cc1296 MethodReference target_method(cu_->dex_file, mir->dalvikInsn.vB); in InvokeUsesMethodStar() local
/art/compiler/driver/
Dcompiler_driver-inl.h213 MethodReference* target_method, const MethodReference* devirt_target, in IsFastInvoke()
Dcompiler_driver.cc1161 MethodReference* target_method, in GetCodeAndMethodForDirectCall()
1281 InvokeType* invoke_type, MethodReference* target_method, in ComputeInvokeInfo()
/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc1008 const MethodReference& target_method, in GenDalvikArgsNoRange()
1037 const MethodReference& target_method, in GenDalvikArgsRange()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc958 void X86Mir2Lir::LoadMethodAddress(const MethodReference& target_method, InvokeType type, in LoadMethodAddress()
996 LIR *X86Mir2Lir::CallWithLinkerFixup(const MethodReference& target_method, InvokeType type) { in CallWithLinkerFixup()
2553 const MethodReference& target_method, in GenDalvikArgsNoRange()
2587 const MethodReference& target_method, in GenDalvikArgsRange()
/art/compiler/llvm/
Dgbc_expander.cc825 art::MethodReference target_method(dex_compilation_unit_->GetDexFile(), in EmitInvoke() local