Home
last modified time | relevance | path

Searched refs:expected_thread_id (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddebugger.h330 static bool MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread)
Ddebugger.cc1409 bool Dbg::MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread) { in MatchThread() argument
1413 expected_thread_id, &error); in MatchThread()