Searched refs:pCheckSuspend (Results 1 - 5 of 5) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h129 void (*pCheckSuspend)(Thread*); // Stub that is called when the suspend count is non-zero variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc236 qpoints->pCheckSuspend = CheckSuspendFromCode;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc236 qpoints->pCheckSuspend = CheckSuspendFromCode;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc218 qpoints->pCheckSuspend = CheckSuspendFromCode;
/art/runtime/
H A Dthread.cc1693 QUICK_ENTRY_POINT_INFO(pCheckSuspend),

Completed in 219 milliseconds