Searched refs:pUnlockObject (Results 1 - 8 of 8) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h88 void (*pUnlockObject)(void*); variable
/art/compiler/dex/quick/x86/
H A Dcall_x86.cc186 CallRuntimeHelperReg(QUICK_ENTRYPOINT_OFFSET(pUnlockObject), rAX, true);
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc195 qpoints->pUnlockObject = art_quick_unlock_object;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc196 qpoints->pUnlockObject = art_quick_unlock_object;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc178 qpoints->pUnlockObject = art_quick_unlock_object;
/art/compiler/dex/quick/mips/
H A Dcall_mips.cc288 int r_tgt = LoadHelper(QUICK_ENTRYPOINT_OFFSET(pUnlockObject));
/art/compiler/dex/quick/arm/
H A Dcall_arm.cc519 LoadWordDisp(rARM_SELF, QUICK_ENTRYPOINT_OFFSET(pUnlockObject).Int32Value(), rARM_LR);
/art/runtime/
H A Dthread.cc1660 QUICK_ENTRY_POINT_INFO(pUnlockObject),

Completed in 2409 milliseconds