Searched defs:GetDebugThread (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_main.cc696 Thread* JdwpState::GetDebugThread() { function in class:art::JDWP::JdwpState
/art/runtime/
H A Ddebugger.cc636 Thread* Dbg::GetDebugThread() { function in class:art::Dbg
637 return (gJdwpState != nullptr) ? gJdwpState->GetDebugThread() : nullptr;
2377 if (t == Dbg::GetDebugThread()) {
3988 CHECK_EQ(self, GetDebugThread()) << "This must be called by the JDWP thread";
4137 CHECK_NE(self, GetDebugThread()) << "This must be called by the event thread";
4317 CHECK_NE(Thread::Current(), GetDebugThread()) << "This must be called by the event thread";

Completed in 73 milliseconds