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

/art/runtime/jdwp/
H A Djdwp_main.cc543 Thread* JdwpState::GetDebugThread() { function in class:art::JDWP::JdwpState
/art/runtime/
H A Ddebugger.cc713 Thread* Dbg::GetDebugThread() { function in class:art::Dbg
714 return (gJdwpState != NULL) ? gJdwpState->GetDebugThread() : NULL;
2250 if (t == Dbg::GetDebugThread()) {

Completed in 516 milliseconds