Home
last modified time | relevance | path

Searched refs:debug_thread_id_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_main.cc207 debug_thread_id_(0), in JdwpState()
286 while (state->debug_thread_id_ == 0) { in Create()
459 debug_thread_id_ = static_cast<ObjectId>(-1); in Run()
490 debug_thread_id_ = Dbg::GetThreadSelfId(); in Run()
Djdwp.h342 ObjectId debug_thread_id_; member
Djdwp_event.cc585 if (thread_self_id == debug_thread_id_) { in SuspendByPolicy()
1270 if (thread_id == debug_thread_id_) { in PostClassPrepare()