Home
last modified time | relevance | path

Searched refs:SP_EVENT_THREAD (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_constants.h186 SP_EVENT_THREAD = 1, // Suspend event thread. enumerator
Djdwp_event.cc633 CHECK_EQ(suspend_policy, SP_EVENT_THREAD); in SuspendByPolicy()
1278 if (suspend_policy == SP_EVENT_THREAD) { in PostClassPrepare()