/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 59 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getStackTraceById() local 68 Thread* thread = thread_list->SuspendThreadByThreadId(thin_lock_id, in DdmVmInternal_getStackTraceById() 78 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in DdmVmInternal_getStackTraceById() 140 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getThreadStats() local 143 thread_list->ForEach(ThreadCountCallback, &thread_count); in DdmVmInternal_getThreadStats() 149 thread_list->ForEach(ThreadStatsGetterCallback, &bytes); in DdmVmInternal_getThreadStats()
|
D | dalvik_system_VMStack.cc | 52 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in GetThreadStack() local 54 Thread* thread = thread_list->SuspendThreadByPeer(peer, in GetThreadStack() 65 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in GetThreadStack()
|
D | java_lang_Thread.cc | 145 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in Thread_nativeSetName() local 148 Thread* thread = thread_list->SuspendThreadByPeer(peer, in Thread_nativeSetName() 157 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in Thread_nativeSetName()
|
/art/runtime/gc/space/ |
D | bump_pointer_space.cc | 107 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers() local 108 for (Thread* thread : thread_list) { in RevokeAllThreadLocalBuffers() 127 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked() local 128 for (Thread* thread : thread_list) { in AssertAllThreadLocalBuffersAreRevoked() 167 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetBytesAllocated() local 172 for (Thread* thread : thread_list) { in GetBytesAllocated() 185 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetObjectsAllocated() local 190 for (Thread* thread : thread_list) { in GetObjectsAllocated()
|
D | region_space.cc | 503 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers() local 504 for (Thread* thread : thread_list) { in RevokeAllThreadLocalBuffers() 521 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked() local 522 for (Thread* thread : thread_list) { in AssertAllThreadLocalBuffersAreRevoked()
|
/art/runtime/openjdkjvmti/ |
D | ti_stack.h | 67 const jthread* thread_list,
|
D | ti_stack.cc | 490 const jthread* thread_list, in GetThreadListStackTraces() argument 551 if (thread_list[i] == nullptr) { in GetThreadListStackTraces() 554 if (!soa.Env()->IsInstanceOf(thread_list[i], art::WellKnownClasses::java_lang_Thread)) { in GetThreadListStackTraces() 557 data.handles.push_back(hs.NewHandle(soa.Decode<art::mirror::Object>(thread_list[i]))); in GetThreadListStackTraces() 633 art::ObjPtr<art::mirror::Object> peer = soa.Decode<art::mirror::Object>(thread_list[i]); in GetThreadListStackTraces() 641 stack_info[i].thread = reinterpret_cast<JNIEnv*>(soa.Env())->NewLocalRef(thread_list[i]); in GetThreadListStackTraces() 653 new_stack_info.thread = reinterpret_cast<JNIEnv*>(soa.Env())->NewLocalRef(thread_list[i]); in GetThreadListStackTraces()
|
D | ti_thread.cc | 511 std::list<art::Thread*> thread_list = art::Runtime::Current()->GetThreadList()->GetList(); in GetAllThreads() local 515 for (art::Thread* thread : thread_list) { in GetAllThreads()
|
D | OpenjdkJvmTi.cc | 285 const jthread* thread_list, in GetThreadListStackTraces() argument 291 thread_list, in GetThreadListStackTraces()
|
/art/runtime/openjdkjvm/ |
D | OpenjdkJvm.cc | 420 art::ThreadList* thread_list = art::Runtime::Current()->GetThreadList(); in JVM_SetNativeThreadName() local 425 thread = thread_list->SuspendThreadByPeer(jthread, in JVM_SetNativeThreadName() 435 bool resumed = thread_list->Resume(thread, art::SuspendReason::kInternal); in JVM_SetNativeThreadName()
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 245 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in ActivateReadBarrierEntrypoints() local 248 const size_t barrier_count = thread_list->RunCheckpoint(&checkpoint, &callback); in ActivateReadBarrierEntrypoints() 931 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in ReenableWeakRefAccess() local 932 for (Thread* thread : thread_list) { in ReenableWeakRefAccess() 991 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in IssueDisableMarkingCheckpoint() local 994 size_t barrier_count = thread_list->RunCheckpoint(&check_point, &dmc); in IssueDisableMarkingCheckpoint() 1049 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in IssueEmptyCheckpoint() local 1052 thread_list->RunEmptyCheckpoint(); in IssueEmptyCheckpoint() 1221 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in VerifyNoFromSpaceReferences() local 1222 for (Thread* thread : thread_list) { in VerifyNoFromSpaceReferences() [all …]
|
D | mark_sweep.cc | 1163 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in MarkRootsCheckpoint() local 1166 size_t barrier_count = thread_list->RunCheckpoint(&check_point); in MarkRootsCheckpoint()
|
/art/runtime/ |
D | monitor.cc | 552 ThreadList* const thread_list = Runtime::Current()->GetThreadList(); in FailedUnlock() local 553 Thread* expected_owner = thread_list->FindThreadByThreadId(expected_owner_thread_id); in FailedUnlock() 554 Thread* found_owner = thread_list->FindThreadByThreadId(found_owner_thread_id); in FailedUnlock() 894 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in InflateThinLocked() local 901 owner = thread_list->SuspendThreadByThreadId(owner_thread_id, in InflateThinLocked() 913 bool resumed = thread_list->Resume(owner, SuspendReason::kInternal); in InflateThinLocked()
|
D | runtime.cc | 460 ThreadList* thread_list = runtime->GetThreadList(); in DumpAllThreads() local 461 if (thread_list != nullptr) { in DumpAllThreads() 471 thread_list->Dump(os); in DumpAllThreads()
|
D | debugger.cc | 2450 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in SuspendThread() local 2451 Thread* thread = thread_list->SuspendThreadByPeer(peer.get(), in SuspendThread() 3699 ThreadList* const thread_list = Runtime::Current()->GetThreadList(); in ScopedDebuggerThreadSuspension() local 3700 suspended_thread = thread_list->SuspendThreadByPeer(thread_peer, in ScopedDebuggerThreadSuspension() 3913 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in PrepareInvokeMethod() local 4047 thread_list->UndoDebuggerSuspensions(); in PrepareInvokeMethod() 4050 bool resumed = thread_list->Resume(targetThread, SuspendReason::kForDebugger); in PrepareInvokeMethod()
|
D | Android.bp | 211 "thread_list.cc",
|
D | thread.cc | 709 bool Thread::Init(ThreadList* thread_list, JavaVMExt* java_vm, JNIEnvExt* jni_env_ext) { in Init() argument 739 tls32_.thin_lock_thread_id = thread_list->AllocThreadId(this); in Init() 754 thread_list->Register(this); in Init()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 1586 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalRuns() local 1588 for (Thread* thread : thread_list) { in RevokeAllThreadLocalRuns() 1613 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalRunsAreRevoked() local 1614 for (Thread* t : thread_list) { in AssertAllThreadLocalRunsAreRevoked() 1884 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in Verify() local 1885 for (auto it = thread_list.begin(); it != thread_list.end(); ++it) { in Verify()
|
/art/runtime/openjdkjvmti/include/ |
D | jvmti.h | 1522 const jthread* thread_list, 1915 const jthread* thread_list, in GetThreadListStackTraces() 1918 …return functions->GetThreadListStackTraces(this, thread_count, thread_list, max_frame_count, stack… in GetThreadListStackTraces()
|
/art/runtime/gc/ |
D | heap.cc | 3124 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalAllocationStacks() local 3125 for (Thread* t : thread_list) { in RevokeAllThreadLocalAllocationStacks()
|