Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_constants.h187 SP_ALL = 2, // Suspend all threads. enumerator
Djdwp_event.cc630 if (suspend_policy == SP_ALL) { in SuspendByPolicy()
807 JdwpSuspendPolicy suspend_policy = (options_->suspend) ? SP_ALL : SP_NONE; in PostVMStart()
1279 suspend_policy = SP_ALL; in PostClassPrepare()