Lines Matching refs:thread_id
827 ObjectId thread_id) in LogMatchingEventsAndThread() argument
835 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name); in LogMatchingEventsAndThread()
839 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name; in LogMatchingEventsAndThread()
933 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostLocationEvent() local
938 LogMatchingEventsAndThread(match_list, thread_id); in PostLocationEvent()
950 expandBufAddObjectId(pReq, thread_id); in PostLocationEvent()
964 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostLocationEvent()
995 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostFieldEvent() local
1004 LogMatchingEventsAndThread(match_list, thread_id); in PostFieldEvent()
1031 expandBufAddObjectId(pReq, thread_id); in PostFieldEvent()
1050 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostFieldEvent()
1088 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostThreadChange() local
1091 LogMatchingEventsAndThread(match_list, thread_id); in PostThreadChange()
1102 expandBufAdd8BE(pReq, thread_id); in PostThreadChange()
1112 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostThreadChange()
1178 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostException() local
1189 LogMatchingEventsAndThread(match_list, thread_id); in PostException()
1208 expandBufAddObjectId(pReq, thread_id); in PostException()
1222 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostException()
1251 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostClassPrepare() local
1264 LogMatchingEventsAndThread(match_list, thread_id); in PostClassPrepare()
1269 ObjectId reported_thread_id = thread_id; in PostClassPrepare()
1304 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostClassPrepare()