Lines Matching refs:ObjectId
624 void JdwpState::SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id) { in SuspendByPolicy()
660 ObjectId threadId) { in SendRequestAndPossiblySuspend()
700 void JdwpState::AcquireJdwpTokenForEvent(ObjectId threadId) { in AcquireJdwpTokenForEvent()
715 void JdwpState::SetWaitForJdwpToken(ObjectId threadId) { in SetWaitForJdwpToken()
808 ObjectId threadId = Dbg::GetThreadSelfId(); in PostVMStart()
827 ObjectId thread_id) in LogMatchingEventsAndThread()
933 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostLocationEvent()
995 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostFieldEvent()
997 ObjectId instance_id = registry->Add(basket.thisPtr); in PostFieldEvent()
1088 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostThreadChange()
1178 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostException()
1180 ObjectId exceptionId = registry->Add(exception_object); in PostException()
1251 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostClassPrepare()
1269 ObjectId reported_thread_id = thread_id; in PostClassPrepare()