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

  /art/runtime/
thread_list.cc 326 Thread* debug_thread = Dbg::GetDebugThread();
370 Thread* debug_thread = Dbg::GetDebugThread();
debugger.h 98 static Thread* GetDebugThread();
debugger.cc 500 Thread* Dbg::GetDebugThread() {
501 return (gJdwpState != NULL) ? gJdwpState->GetDebugThread() : NULL;
    [all...]
  /art/runtime/jdwp/
jdwp.h 127 Thread* GetDebugThread();
jdwp_main.cc 548 Thread* JdwpState::GetDebugThread() {

Completed in 296 milliseconds