Searched refs:GetThreadSelfId (Results 1 – 5 of 5) sorted by relevance
644 debug_thread_id_ = Dbg::GetThreadSelfId(); in Run()
664 CHECK_EQ(threadId, Dbg::GetThreadSelfId()) << "Only the current thread can suspend itself"; in SendRequestAndPossiblySuspend()808 ObjectId threadId = Dbg::GetThreadSelfId(); in PostVMStart()
947 if (thread_id == Dbg::GetThreadSelfId()) { in TR_Suspend()965 if (thread_id == Dbg::GetThreadSelfId()) { in TR_Resume()
498 static JDWP::ObjectId GetThreadSelfId() REQUIRES_SHARED(Locks::mutator_lock_);
2444 JDWP::ObjectId Dbg::GetThreadSelfId() { in GetThreadSelfId() function in art::Dbg