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

  /art/runtime/jdwp/
jdwp_event.cc 651 CHECK_EQ(Thread::Current(), GetDebugThread()) << "Expected debugger thread";
656 CHECK_EQ(Thread::Current(), GetDebugThread()) << "Expected debugger thread";
661 CHECK_NE(Thread::Current(), GetDebugThread()) << "Expected event thread";
667 CHECK_NE(Thread::Current(), GetDebugThread()) << "Expected event thread";
847 if (basket.thread == GetDebugThread()) {
    [all...]
jdwp.h 148 Thread* GetDebugThread();
jdwp_main.cc 576 Thread* JdwpState::GetDebugThread() {
  /art/runtime/
thread_list.cc     [all...]
debugger.h 214 static Thread* GetDebugThread();
    [all...]
debugger.cc 551 Thread* Dbg::GetDebugThread() {
552 return (gJdwpState != nullptr) ? gJdwpState->GetDebugThread() : nullptr;
    [all...]

Completed in 58 milliseconds