Searched refs:event_thread (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddebugger.h330 static bool MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread)
H A Ddebugger.cc1409 bool Dbg::MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread) { argument
1410 CHECK(event_thread != nullptr);
1414 return expected_thread_peer == event_thread->GetPeer();

Completed in 35 milliseconds