Searched refs:MatchThread (Results 1 - 3 of 3) sorted by path

/art/runtime/
H A Ddebugger.cc1443 bool Dbg::MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread) { function in class:art::Dbg
H A Ddebugger.h304 static bool MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread)
/art/runtime/jdwp/
H A Djdwp_event.cc469 if (!Dbg::MatchThread(pMod->threadOnly.threadId, basket.thread)) {
509 if (!Dbg::MatchThread(pMod->step.threadId, basket.thread)) {

Completed in 33 milliseconds