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

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

Completed in 35 milliseconds