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

Completed in 113 milliseconds