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.cc446 static Thread* DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, in DecodeThread()
880 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id, in GetOwnedMonitors()
930 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, in GetContendedMonitor()
2061 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) { in GetThreadName()
2081 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadGroup()
2278 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus()
2302 JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadDebugSuspendCount()
2314 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) { in Interrupt()
2385 JDWP::JdwpError Dbg::GetThreadFrameCount(JDWP::ObjectId thread_id, size_t* result) { in GetThreadFrameCount()
2400 JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, in GetThreadFrames()
[all …]
Dmonitor.cc1087 uint32_t thread_id = self->GetThreadId(); in MonitorEnter() local
1204 uint32_t thread_id = self->GetThreadId(); in MonitorExit() local
1276 uint32_t thread_id = self->GetThreadId(); in Wait() local
1311 uint32_t thread_id = self->GetThreadId(); in DoNotify() local
Dlock_word.h139 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.h102 const JDWP::ObjectId thread_id; member
Dthread.cc2540 void Thread::HandleScopeVisitRoots(RootVisitor* visitor, pid_t thread_id) { in HandleScopeVisitRoots()
3960 const pid_t thread_id = GetThreadId(); in VisitRoots() local
/art/runtime/jdwp/
Djdwp_handler.cc89 ObjectId thread_id, ObjectId object_id, in RequestInvoke()
653 ObjectId thread_id = request->ReadThreadId(); in CT_InvokeMethod() local
670 ObjectId thread_id = request->ReadThreadId(); in CT_NewInstance() local
706 ObjectId thread_id = request->ReadThreadId(); in IT_InvokeMethod() local
855 ObjectId thread_id = request->ReadThreadId(); in OR_InvokeMethod() local
924 ObjectId thread_id = request->ReadThreadId(); in TR_Name() local
945 ObjectId thread_id = request->ReadThreadId(); in TR_Suspend() local
963 ObjectId thread_id = request->ReadThreadId(); in TR_Resume() local
979 ObjectId thread_id = request->ReadThreadId(); in TR_Status() local
1001 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.cc318 jlong thread_id = 1; in Java_art_Test913_followReferences() local
364 jlong thread_id = 1; in Java_art_Test913_followReferences() local
/art/openjdkjvmti/
Dti_heap.cc965 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind() local
997 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind() local
/art/openjdkjvmti/include/
Djvmti.h556 jlong thread_id; member
564 jlong thread_id; member