Searched defs:thread_id (Results 1 – 9 of 9) sorted by relevance
| /art/runtime/jdwp/ |
| D | jdwp_handler.cc | 86 ObjectId thread_id, ObjectId object_id, in RequestInvoke() 646 ObjectId thread_id = request->ReadThreadId(); in CT_InvokeMethod() local 663 ObjectId thread_id = request->ReadThreadId(); in CT_NewInstance() local 699 ObjectId thread_id = request->ReadThreadId(); in IT_InvokeMethod() local 849 ObjectId thread_id = request->ReadThreadId(); in OR_InvokeMethod() local 918 ObjectId thread_id = request->ReadThreadId(); in TR_Name() local 939 ObjectId thread_id = request->ReadThreadId(); in TR_Suspend() local 957 ObjectId thread_id = request->ReadThreadId(); in TR_Resume() local 973 ObjectId thread_id = request->ReadThreadId(); in TR_Status() local 995 ObjectId thread_id = request->ReadThreadId(); in TR_ThreadGroup() local [all …]
|
| D | jdwp_event.cc | 785 ObjectId thread_id) in LogMatchingEventsAndThread() 891 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostLocationEvent() local 953 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostFieldEvent() local 1046 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostThreadChange() local 1136 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostException() local 1209 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostClassPrepare() local
|
| /art/runtime/ |
| D | monitor.cc | 860 uint32_t thread_id = self->GetThreadId(); in MonitorEnter() local 950 uint32_t thread_id = self->GetThreadId(); in MonitorExit() local 1006 uint32_t thread_id = self->GetThreadId(); in Wait() local 1041 uint32_t thread_id = self->GetThreadId(); in DoNotify() local
|
| D | debugger.cc | 380 static Thread* DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, in DecodeThread() 820 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id, in GetOwnedMonitors() 870 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, in GetContendedMonitor() 1956 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) { in GetThreadName() 1977 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadGroup() 2170 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus() 2194 JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadDebugSuspendCount() 2206 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) { in Interrupt() 2285 JDWP::JdwpError Dbg::GetThreadFrameCount(JDWP::ObjectId thread_id, size_t* result) { in GetThreadFrameCount() 2300 JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame, in GetThreadFrames() [all …]
|
| D | lock_word.h | 111 static LockWord FromThinLockId(uint32_t thread_id, uint32_t count, uint32_t rb_state) { in FromThinLockId()
|
| D | thread_list.cc | 836 uint32_t thread_id) { in ThreadSuspendByThreadIdWarning() 840 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, in SuspendThreadByThreadId() 932 Thread* ThreadList::FindThreadByThreadId(uint32_t thread_id) { in FindThreadByThreadId()
|
| D | debugger.h | 70 const JDWP::ObjectId thread_id; member
|
| D | stack.h | 474 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) in JavaFrameRootInfo()
|
| D | thread.cc | 1866 void Thread::HandleScopeVisitRoots(RootVisitor* visitor, uint32_t thread_id) { in HandleScopeVisitRoots() 2824 const uint32_t thread_id = GetThreadId(); in VisitRoots() local
|