Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dcodegen_x86.h350 virtual LIR * CallWithLinkerFixup(const MethodReference& target_method, InvokeType type);
Dtarget_x86.cc996 LIR *X86Mir2Lir::CallWithLinkerFixup(const MethodReference& target_method, InvokeType type) { in CallWithLinkerFixup() function in art::X86Mir2Lir
/art/compiler/dex/quick/
Dgen_invoke.cc1804 reinterpret_cast<X86Mir2Lir*>(this)->CallWithLinkerFixup(target_method, info->type); in GenInvokeNoInline()