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

  /art/runtime/jdwp/
jdwp_main.cc 574 Thread* JdwpState::GetDebugThread() {
  /art/runtime/
debugger.cc 644 Thread* Dbg::GetDebugThread() {
645 return (gJdwpState != nullptr) ? gJdwpState->GetDebugThread() : nullptr;
    [all...]

Completed in 518 milliseconds