HomeSort by relevance Sort by last modified time
    Searched refs:SP_ALL (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/jdwp/
JdwpConstants.cpp 230 case SP_ALL: return "ALL";
JdwpConstants.h 174 SP_ALL = 2, /* suspend all threads */
JdwpEvent.cpp 578 * SP_ALL - suspend everybody except JDWP support thread
585 if (suspendPolicy == SP_ALL) {
750 suspendPolicy = SP_ALL;
    [all...]
  /art/runtime/jdwp/
jdwp_constants.h 187 SP_ALL = 2, // Suspend all threads.
jdwp_event.cc 494 * SP_ALL - suspend everybody except JDWP support thread
502 if (suspend_policy == SP_ALL) {
675 suspend_policy = SP_ALL;
1003 suspend_policy = SP_ALL;
    [all...]

Completed in 55 milliseconds