Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dcall_arm64.cc448 static bool Arm64UseRelativeCall(CompilationUnit* cu, const MethodReference& target_method) { in Arm64UseRelativeCall()
458 int state, const MethodReference& target_method, in Arm64NextSDCallInsn()
565 LIR* Arm64Mir2Lir::CallWithLinkerFixup(const MethodReference& target_method, InvokeType type) { in CallWithLinkerFixup()
/art/compiler/dex/quick/
Dgen_invoke.cc524 int state, const MethodReference& target_method, in NextVCallInsn()
570 const MethodReference& target_method, in NextInterfaceCallInsn()
612 const MethodReference& target_method, uint32_t method_idx) { in NextInvokeInsnSP()
641 const MethodReference& target_method, in NextStaticCallInsnSP()
648 const MethodReference& target_method, in NextDirectCallInsnSP()
655 const MethodReference& target_method, in NextSuperCallInsnSP()
662 const MethodReference& target_method, in NextVCallInsnSP()
670 const MethodReference& target_method, in NextInterfaceCallInsnWithAccessCheck()
755 const MethodReference& target_method, in GenDalvikArgs()
1559 MethodReference target_method = method_info.GetTargetMethod(); in GenInvokeNoInline() local
Dcodegen_util.cc1273 void Mir2Lir::LoadCodeAddress(const MethodReference& target_method, InvokeType type, in LoadCodeAddress()
1290 void Mir2Lir::LoadMethodAddress(const MethodReference& target_method, InvokeType type, in LoadMethodAddress()
/art/compiler/dex/quick/arm/
Dcall_arm.cc614 static bool ArmUseRelativeCall(CompilationUnit* cu, const MethodReference& target_method) { in ArmUseRelativeCall()
624 int state, const MethodReference& target_method, in ArmNextSDCallInsn()
733 LIR* ArmMir2Lir::CallWithLinkerFixup(const MethodReference& target_method, InvokeType type) { in CallWithLinkerFixup()
/art/compiler/dex/
Dmir_method_info.cc151 MethodReference target_method(it->target_dex_file_, it->target_method_idx_); in Resolve() local
Ddex_to_dex_compiler.cc260 MethodReference target_method(&GetDexFile(), method_idx); in CompileInvokeVirtual() local
Dmir_graph.cc1694 const char* MIRGraph::GetShortyFromMethodReference(const MethodReference& target_method) { in GetShortyFromMethodReference()
/art/compiler/dex/quick/x86/
Dcall_x86.cc345 int state, const MethodReference& target_method, in X86NextSDCallInsn()
Dtarget_x86.cc939 void X86Mir2Lir::LoadMethodAddress(const MethodReference& target_method, InvokeType type, in LoadMethodAddress()
979 LIR* X86Mir2Lir::CallWithLinkerFixup(const MethodReference& target_method, InvokeType type) { in CallWithLinkerFixup()
/art/compiler/dex/quick/mips/
Dcall_mips.cc419 const MethodReference& target_method, uint32_t, uintptr_t direct_code, in NextSDCallInsn()
/art/compiler/driver/
Dcompiler_driver-inl.h312 MethodReference* target_method, const MethodReference* devirt_target, in IsFastInvoke()
Dcompiler_driver.cc1358 MethodReference* target_method, in GetCodeAndMethodForDirectCall()
1493 InvokeType* invoke_type, MethodReference* target_method, in ComputeInvokeInfo()
/art/compiler/optimizing/
Dbuilder.cc616 MethodReference target_method(dex_file_, method_idx); in BuildInvoke() local