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

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h123 void (*pInvokeInterfaceTrampolineWithAccessCheck)(uint32_t, void*); variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc230 qpoints->pInvokeInterfaceTrampolineWithAccessCheck = art_quick_invoke_interface_trampoline_with_access_check;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc230 qpoints->pInvokeInterfaceTrampolineWithAccessCheck = art_quick_invoke_interface_trampoline_with_access_check;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc212 qpoints->pInvokeInterfaceTrampolineWithAccessCheck = art_quick_invoke_interface_trampoline_with_access_check;
/art/compiler/dex/quick/
H A Dgen_invoke.cc613 ThreadOffset trampoline = QUICK_ENTRYPOINT_OFFSET(pInvokeInterfaceTrampolineWithAccessCheck);
1434 : QUICK_ENTRYPOINT_OFFSET(pInvokeInterfaceTrampolineWithAccessCheck);
/art/runtime/
H A Dthread.cc1689 QUICK_ENTRY_POINT_INFO(pInvokeInterfaceTrampolineWithAccessCheck),

Completed in 87 milliseconds