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.cc121 (options & INVOKE_SINGLE_THREADED) ? " (SINGLE_THREADED)" : "", in FinishInvoke()
/art/runtime/
Ddebugger.cc3726 if ((options & JDWP::INVOKE_SINGLE_THREADED) == 0) { in InvokeMethod()
3753 if ((options & JDWP::INVOKE_SINGLE_THREADED) == 0) { in InvokeMethod()