Searched refs:event_thread (Results 1 – 2 of 2) sorted by relevance
308 static bool MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread)
1455 bool Dbg::MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread) { in MatchThread() argument1456 CHECK(event_thread != nullptr); in MatchThread()1458 return expected_thread_peer == event_thread->GetPeer(); in MatchThread()