Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 9 of 9) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc85 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
827 ObjectId thread_id = request->ReadThreadId(); in OR_InvokeMethod() local
896 ObjectId thread_id = request->ReadThreadId(); in TR_Name() local
917 ObjectId thread_id = request->ReadThreadId(); in TR_Suspend() local
936 ObjectId thread_id = request->ReadThreadId(); in TR_Resume() local
952 ObjectId thread_id = request->ReadThreadId(); in TR_Status() local
974 ObjectId thread_id = request->ReadThreadId(); in TR_ThreadGroup() local
986 ObjectId thread_id = request->ReadThreadId(); in TR_Frames() local
[all …]
Djdwp_event.cc786 ObjectId thread_id) in LogMatchingEventsAndThread()
892 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostLocationEvent() local
954 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostFieldEvent() local
1047 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostThreadChange() local
1137 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostException() local
1210 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostClassPrepare() local
/art/runtime/
Dmonitor.cc705 uint32_t thread_id = self->GetThreadId(); in MonitorEnter() local
791 uint32_t thread_id = self->GetThreadId(); in MonitorExit() local
848 uint32_t thread_id = self->GetThreadId(); in Wait() local
883 uint32_t thread_id = self->GetThreadId(); in DoNotify() local
Ddebugger.cc473 static Thread* DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, in DecodeThread()
882 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id, in GetOwnedMonitors()
932 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, in GetContendedMonitor()
2018 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) { in GetThreadName()
2040 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadGroup()
2233 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus()
2257 JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadDebugSuspendCount()
2269 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) { in Interrupt()
2348 JDWP::JdwpError Dbg::GetThreadFrameCount(JDWP::ObjectId thread_id, size_t* result) { in GetThreadFrameCount()
2363 JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame, in GetThreadFrames()
[all …]
Dlock_word.h111 static LockWord FromThinLockId(uint32_t thread_id, uint32_t count, uint32_t rb_state) { in FromThinLockId()
Ddebugger.h72 const JDWP::ObjectId thread_id; member
Dthread_list.cc722 uint32_t thread_id) { in ThreadSuspendByThreadIdWarning()
726 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension, in SuspendThreadByThreadId()
Dstack.h315 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) in JavaFrameRootInfo()
Dthread.cc1522 void Thread::HandleScopeVisitRoots(RootVisitor* visitor, uint32_t thread_id) { in HandleScopeVisitRoots()
2429 const uint32_t thread_id = GetThreadId(); in VisitRoots() local