Searched refs:CallWithLinkerFixup (Results 1 - 6 of 6) sorted by relevance

/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc565 LIR* Arm64Mir2Lir::CallWithLinkerFixup(const MethodReference& target_method, InvokeType type) { function in class:art::Arm64Mir2Lir
586 call_insn = CallWithLinkerFixup(method_info.GetTargetMethod(), method_info.GetSharpType());
H A Dcodegen_arm64.h251 LIR* CallWithLinkerFixup(const MethodReference& target_method, InvokeType type);
/art/compiler/dex/quick/arm/
H A Dcall_arm.cc733 LIR* ArmMir2Lir::CallWithLinkerFixup(const MethodReference& target_method, InvokeType type) { function in class:art::ArmMir2Lir
754 call_insn = CallWithLinkerFixup(method_info.GetTargetMethod(), method_info.GetSharpType());
H A Dcodegen_arm.h255 LIR* CallWithLinkerFixup(const MethodReference& target_method, InvokeType type);
/art/compiler/dex/quick/x86/
H A Dcodegen_x86.h370 LIR* CallWithLinkerFixup(const MethodReference& target_method, InvokeType type);
H A Dtarget_x86.cc979 LIR* X86Mir2Lir::CallWithLinkerFixup(const MethodReference& target_method, InvokeType type) { function in class:art::X86Mir2Lir
1027 call_insn = CallWithLinkerFixup(method_info.GetTargetMethod(), method_info.GetSharpType());

Completed in 83 milliseconds