Home
last modified time | relevance | path

Searched refs:INVOKE_SINGLE_THREADED (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_constants.h157 INVOKE_SINGLE_THREADED = 0x01, enumerator
Djdwp_handler.cc115 (options & INVOKE_SINGLE_THREADED) ? " (SINGLE_THREADED)" : "", in RequestInvoke()
/art/runtime/
Ddebugger.cc3900 const bool resume_all_threads = ((options & JDWP::INVOKE_SINGLE_THREADED) == 0); in PrepareInvokeMethod()
4174 if ((pReq->options & JDWP::INVOKE_SINGLE_THREADED) == 0) { in ExecuteMethodWithoutPendingException()