Home
last modified time | relevance | path

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

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