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

/art/runtime/jdwp/
H A Djdwp_event.cc481 if (!Dbg::MatchThread(pMod->threadOnly.threadId, basket.thread)) {
521 if (!Dbg::MatchThread(pMod->step.threadId, basket.thread)) {
/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) { function in class:art::Dbg

Completed in 75 milliseconds