Home
last modified time | relevance | path

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

/art/runtime/
Djava_frame_root_info.h32 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) in JavaFrameRootInfo()
Ddebugger.cc398 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()
2018 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) { in GetThreadName()
2038 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadGroup()
2232 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus()
2256 JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadDebugSuspendCount()
2268 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) { in Interrupt()
2346 JDWP::JdwpError Dbg::GetThreadFrameCount(JDWP::ObjectId thread_id, size_t* result) { in GetThreadFrameCount()
2361 JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame, in GetThreadFrames()
[all …]
Dmonitor.cc937 uint32_t thread_id = self->GetThreadId(); in MonitorEnter() local
1051 uint32_t thread_id = self->GetThreadId(); in MonitorExit() local
1110 uint32_t thread_id = self->GetThreadId(); in Wait() local
1145 uint32_t thread_id = self->GetThreadId(); in DoNotify() local
Dlock_word.h134 static LockWord FromThinLockId(uint32_t thread_id, uint32_t count, uint32_t gc_state) { in FromThinLockId()
Dthread_list.cc1007 uint32_t thread_id) { in ThreadSuspendByThreadIdWarning()
1011 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, in SuspendThreadByThreadId()
1109 Thread* ThreadList::FindThreadByThreadId(uint32_t thread_id) { in FindThreadByThreadId()
Ddebugger.h73 const JDWP::ObjectId thread_id; member
Dthread.cc2282 void Thread::HandleScopeVisitRoots(RootVisitor* visitor, uint32_t thread_id) { in HandleScopeVisitRoots()
3442 const uint32_t thread_id = GetThreadId(); in VisitRoots() local
/art/runtime/jdwp/
Djdwp_handler.cc89 ObjectId thread_id, ObjectId object_id, in RequestInvoke()
654 ObjectId thread_id = request->ReadThreadId(); in CT_InvokeMethod() local
671 ObjectId thread_id = request->ReadThreadId(); in CT_NewInstance() local
707 ObjectId thread_id = request->ReadThreadId(); in IT_InvokeMethod() local
856 ObjectId thread_id = request->ReadThreadId(); in OR_InvokeMethod() local
925 ObjectId thread_id = request->ReadThreadId(); in TR_Name() local
946 ObjectId thread_id = request->ReadThreadId(); in TR_Suspend() local
964 ObjectId thread_id = request->ReadThreadId(); in TR_Resume() local
980 ObjectId thread_id = request->ReadThreadId(); in TR_Status() local
1002 ObjectId thread_id = request->ReadThreadId(); in TR_ThreadGroup() local
[all …]
Djdwp_event.cc827 ObjectId thread_id) in LogMatchingEventsAndThread()
933 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostLocationEvent() local
995 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostFieldEvent() local
1088 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostThreadChange() local
1178 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostException() local
1251 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostClassPrepare() local
/art/test/913-heaps/
Dheaps.cc273 jlong thread_id = 1; in Java_art_Test913_followReferences() local
319 jlong thread_id = 1; in Java_art_Test913_followReferences() local
/art/runtime/openjdkjvmti/
Dti_heap.cc901 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind() local
931 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind() local
/art/runtime/openjdkjvmti/include/
Djvmti.h556 jlong thread_id; member
564 jlong thread_id; member