Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetDebugThread

713 Thread* Dbg::GetDebugThread() {
714 return (gJdwpState != NULL) ? gJdwpState->GetDebugThread() : NULL;
2250 if (t == Dbg::GetDebugThread()) {