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