Home
last modified time | relevance | path

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

/art/runtime/
Djava_frame_root_info.h49 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) in JavaFrameRootInfo()
Dmonitor.cc1110 uint32_t thread_id = self->GetThreadId(); in MonitorEnter() local
1228 uint32_t thread_id = self->GetThreadId(); in MonitorExit() local
1300 uint32_t thread_id = self->GetThreadId(); in Wait() local
1335 uint32_t thread_id = self->GetThreadId(); in DoNotify() local
Dlock_word.h141 static LockWord FromThinLockId(uint32_t thread_id, uint32_t count, uint32_t gc_state) { in FromThinLockId()
Dthread_list.cc1017 uint32_t thread_id) { in ThreadSuspendByThreadIdWarning()
1021 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, in SuspendThreadByThreadId()
1119 Thread* ThreadList::FindThreadByThreadId(uint32_t thread_id) { in FindThreadByThreadId()
Dthread.cc2773 void Thread::HandleScopeVisitRoots(RootVisitor* visitor, uint32_t thread_id) { in HandleScopeVisitRoots()
4397 const uint32_t thread_id = GetThreadId(); in VisitRoots() local
/art/test/913-heaps/
Dheaps.cc325 jlong thread_id = 1; in Java_art_Test913_followReferences() local
371 jlong thread_id = 1; in Java_art_Test913_followReferences() local
/art/openjdkjvmti/
Dti_heap.cc989 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind() local
1021 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind() local
/art/openjdkjvmti/include/
Djvmti.h556 jlong thread_id; member
564 jlong thread_id; member