/art/test/149-suspend-all-stress/ |
D | suspend_all.cc | 45 Runtime::Current()->GetThreadList()->Dump(LOG_STREAM(INFO)); in Java_Main_suspendAndResume() 53 Runtime::Current()->GetThreadList()->Dump(LOG_STREAM(INFO)); in Java_Main_suspendAndResume()
|
/art/runtime/gc/space/ |
D | bump_pointer_space.cc | 116 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers() 136 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked() 176 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetBytesAllocated() 194 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetObjectsAllocated()
|
D | region_space.cc | 930 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers() 948 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 61 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getStackTraceById() 193 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getThreadStats()
|
D | dalvik_system_VMStack.cc | 59 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in GetThreadStack()
|
D | java_lang_Thread.cc | 147 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in Thread_setNativeName()
|
D | dalvik_system_ZygoteHooks.cc | 128 runtime->GetThreadList()->ForEach(DoCollectNonDebuggableCallback, &classes); in CollectNonDebuggableClasses()
|
/art/test/2011-stack-walk-concurrent-instrument/ |
D | stack_walk_concurrent.cc | 83 Thread* other = Runtime::Current()->GetThreadList()->SuspendThreadByPeer( in Java_Main_waitAndDeopt()
|
/art/runtime/ |
D | runtime-inl.h | 96 Runtime::Current()->GetThreadList()->ForEach([](Thread* thread, void*) { in DoAndMaybeSwitchInterpreter()
|
D | instrumentation.cc | 550 ThreadList* tl = Runtime::Current()->GetThreadList(); in DeoptimizeAllThreadFrames() 805 runtime->GetThreadList()->ForEach(InstrumentationInstallStack, this); in UpdateStubs() 826 runtime->GetThreadList()->ForEach([&](Thread* t) NO_THREAD_SAFETY_ANALYSIS { in UpdateStubs() 836 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack, this); in UpdateStubs() 907 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr); in ResetQuickAllocEntryPoints() 1022 Runtime::Current()->GetThreadList()->ForEach(InstrumentationInstallStack, this); in Deoptimize() 1058 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack, this); in Undeoptimize()
|
D | trace.cc | 301 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread() 480 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr); in StopTracing() 1022 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()
|
D | thread_list.cc | 291 runtime->GetThreadList()->Dump(ss); in UnsafeLogFatalForThreadSuspendAllTimeout() 1443 Runtime::Current()->GetThreadList()->SuspendAll(cause, long_suspend); in ScopedSuspendAll() 1447 Runtime::Current()->GetThreadList()->ResumeAll(); in ~ScopedSuspendAll()
|
D | monitor.cc | 552 if (Runtime::Current()->GetThreadList()->Contains(orig_owner)) { in Lock() 688 ThreadList* const thread_list = Runtime::Current()->GetThreadList(); in FailedUnlock() 1062 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in InflateThinLocked() 1711 owner_ = Runtime::Current()->GetThreadList()->FindThreadByThreadId(lock_word.ThinLockOwner()); in MonitorInfo()
|
D | runtime_common.cc | 435 runtime->GetThreadList()->Dump(std::cerr, kDumpNativeStackOnTimeout); in HandleUnexpectedSignalCommonDump()
|
/art/openjdkjvmti/ |
D | deopt_manager.cc | 161 art::Runtime::Current()->GetThreadList()->ForEach(func, &dtdc); in DumpDeoptInfo() 347 art::Runtime::Current()->GetThreadList()->SuspendAll("JMVTI Deoptimizing methods", in ScopedDeoptimizationContext() 357 art::Runtime::Current()->GetThreadList()->ResumeAll(); in RELEASE()
|
D | ti_object.cc | 111 for (art::Thread* thd : art::Runtime::Current()->GetThreadList()->GetList()) { in GetObjectMonitorUsage()
|
D | alloc_manager.cc | 204 size_t requested = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in PauseAllocations()
|
D | ti_thread.cc | 642 std::list<art::Thread*> thread_list = art::Runtime::Current()->GetThreadList()->GetList(); in GetAllThreads() 690 art::ThreadList* list = art::Runtime::Current()->GetThreadList(); in RemoveEnvironment() 899 art::Thread* ret_target = art::Runtime::Current()->GetThreadList()->SuspendThreadByPeer( in SuspendOther() 997 if (!art::Runtime::Current()->GetThreadList()->Resume(target, in ResumeThread()
|
D | ti_threadgroup.cc | 177 for (art::Thread* t : art::Runtime::Current()->GetThreadList()->GetList()) { in GetThreads()
|
/art/runtime/jni/ |
D | jni_env_ext.cc | 311 runtime->GetThreadList()->ForEach(ThreadResetFunctionTable, nullptr); in SetTableOverride() 331 runtime->GetThreadList()->ForEach(ThreadResetFunctionTable, nullptr); in ResetFunctionTable()
|
D | java_vm_ext.cc | 394 raw_vm->GetRuntime()->GetThreadList() in DestroyJavaVM() 740 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled()
|
/art/runtime/gc/collector/ |
D | garbage_collector.cc | 268 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in ScopedPause() 286 runtime->GetThreadList()->ResumeAll(); in ~ScopedPause()
|
D | semi_space.cc | 162 runtime->GetThreadList()->DumpForSigQuit(oss); in MarkingPhase() 163 runtime->GetThreadList()->DumpNativeStacks(oss); in MarkingPhase()
|
D | concurrent_copying.cc | 301 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in ActivateReadBarrierEntrypoints() 766 size_t barrier_count = Runtime::Current()->GetThreadList()->FlipThreadRoots( in FlipThreadRoots() 1039 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in CaptureThreadRootsForMarking() 1696 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in ReenableWeakRefAccess() 1756 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in IssueDisableMarkingCheckpoint() 1789 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in IssueEmptyCheckpoint() 1959 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in VerifyNoFromSpaceReferences() 2048 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in RevokeThreadLocalMarkStacks()
|
/art/openjdkjvm/ |
D | OpenjdkJvm.cc | 420 art::ThreadList* thread_list = art::Runtime::Current()->GetThreadList(); in JVM_SetNativeThreadName()
|