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 696 Thread* JdwpState::GetDebugThread() {
  /art/runtime/
debugger.cc 636 Thread* Dbg::GetDebugThread() {
637 return (gJdwpState != nullptr) ? gJdwpState->GetDebugThread() : nullptr;
    [all...]

Completed in 214 milliseconds