Home | History | Annotate | Download | only in runtime

Lines Matching defs:GetDebugThread

644 Thread* Dbg::GetDebugThread() {
645 return (gJdwpState != nullptr) ? gJdwpState->GetDebugThread() : nullptr;
2301 if (t == Dbg::GetDebugThread()) {
3845 CHECK_EQ(self, GetDebugThread()) << "This must be called by the JDWP thread";
3988 CHECK_NE(self, GetDebugThread()) << "This must be called by the event thread";
4158 CHECK_NE(Thread::Current(), GetDebugThread()) << "This must be called by the event thread";