Home
last modified time | relevance | path

Searched refs:pLockObject (Results 1 – 8 of 8) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h87 void (*pLockObject)(void*); member
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc177 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc195 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc194 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()
/art/compiler/dex/quick/x86/
Dcall_x86.cc166 CallRuntimeHelperReg(QUICK_ENTRYPOINT_OFFSET(pLockObject), rCX, true); in GenMonitorEnter()
/art/compiler/dex/quick/mips/
Dcall_mips.cc273 int r_tgt = LoadHelper(QUICK_ENTRYPOINT_OFFSET(pLockObject)); in GenMonitorEnter()
/art/compiler/dex/quick/arm/
Dcall_arm.cc488 LoadWordDisp(rARM_SELF, QUICK_ENTRYPOINT_OFFSET(pLockObject).Int32Value(), rARM_LR); in GenMonitorEnter()
/art/runtime/
Dthread.cc1659 QUICK_ENTRY_POINT_INFO(pLockObject),