Searched defs:target_method (Results 1 – 13 of 13) sorted by relevance
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 448 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/ |
D | gen_invoke.cc | 524 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
|
D | codegen_util.cc | 1273 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/ |
D | call_arm.cc | 614 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/ |
D | mir_method_info.cc | 151 MethodReference target_method(it->target_dex_file_, it->target_method_idx_); in Resolve() local
|
D | dex_to_dex_compiler.cc | 260 MethodReference target_method(&GetDexFile(), method_idx); in CompileInvokeVirtual() local
|
D | mir_graph.cc | 1694 const char* MIRGraph::GetShortyFromMethodReference(const MethodReference& target_method) { in GetShortyFromMethodReference()
|
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 345 int state, const MethodReference& target_method, in X86NextSDCallInsn()
|
D | target_x86.cc | 939 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/ |
D | call_mips.cc | 419 const MethodReference& target_method, uint32_t, uintptr_t direct_code, in NextSDCallInsn()
|
/art/compiler/driver/ |
D | compiler_driver-inl.h | 312 MethodReference* target_method, const MethodReference* devirt_target, in IsFastInvoke()
|
D | compiler_driver.cc | 1358 MethodReference* target_method, in GetCodeAndMethodForDirectCall() 1493 InvokeType* invoke_type, MethodReference* target_method, in ComputeInvokeInfo()
|
/art/compiler/optimizing/ |
D | builder.cc | 616 MethodReference target_method(dex_file_, method_idx); in BuildInvoke() local
|