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

  /art/runtime/native/
dalvik_system_VMStack.cc 37 Thread* thread = Thread::SuspendForDebugger(peer, true, &timed_out);
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 62 Thread* thread = Thread::SuspendForDebugger(peer.get(), true, &timed_out);
java_lang_Thread.cc 125 Thread* thread = Thread::SuspendForDebugger(peer, true, &timed_out);
  /art/runtime/
thread.h 192 static Thread* SuspendForDebugger(jobject peer, bool request_suspension, bool* timed_out)
debugger.cc     [all...]
thread.cc 597 Thread* Thread::SuspendForDebugger(jobject peer, bool request_suspension, bool* timed_out) {
    [all...]

Completed in 119 milliseconds