Home
last modified time | relevance | path

Searched refs:GetThreadList (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/art/test/149-suspend-all-stress/
H A Dsuspend_all.cc45 Runtime::Current()->GetThreadList()->Dump(LOG_STREAM(INFO)); in Java_Main_suspendAndResume()
53 Runtime::Current()->GetThreadList()->Dump(LOG_STREAM(INFO)); in Java_Main_suspendAndResume()
/aosp12/art/runtime/gc/space/
H A Dbump_pointer_space.cc116 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()
H A Dregion_space.cc930 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers()
948 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked()
/aosp12/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc61 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getStackTraceById()
193 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getThreadStats()
H A Ddalvik_system_VMStack.cc59 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in GetThreadStack()
H A Djava_lang_Thread.cc147 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in Thread_setNativeName()
H A Ddalvik_system_ZygoteHooks.cc128 runtime->GetThreadList()->ForEach(DoCollectNonDebuggableCallback, &classes); in CollectNonDebuggableClasses()
/aosp12/art/openjdkjvmti/
H A Ddeopt_manager.cc161 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()
H A Dti_object.cc111 for (art::Thread* thd : art::Runtime::Current()->GetThreadList()->GetList()) { in GetObjectMonitorUsage()
H A Dalloc_manager.cc204 size_t requested = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in PauseAllocations()
H A Dti_thread.cc642 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()
996 if (!art::Runtime::Current()->GetThreadList()->Resume(target, in ResumeThread()
H A Dti_threadgroup.cc177 for (art::Thread* t : art::Runtime::Current()->GetThreadList()->GetList()) { in GetThreads()
/aosp12/art/test/2011-stack-walk-concurrent-instrument/
H A Dstack_walk_concurrent.cc83 Thread* other = Runtime::Current()->GetThreadList()->SuspendThreadByPeer( in Java_Main_waitAndDeopt()
/aosp12/art/runtime/
H A Druntime-inl.h96 Runtime::Current()->GetThreadList()->ForEach([](Thread* thread, void*) { in DoAndMaybeSwitchInterpreter()
H A Dinstrumentation.cc550 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()
H A Dtrace.cc301 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()
H A Dmonitor.cc552 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()
H A Dthread_list.cc291 runtime->GetThreadList()->Dump(ss); in UnsafeLogFatalForThreadSuspendAllTimeout()
1447 Runtime::Current()->GetThreadList()->SuspendAll(cause, long_suspend); in ScopedSuspendAll()
1451 Runtime::Current()->GetThreadList()->ResumeAll(); in ~ScopedSuspendAll()
H A Druntime_common.cc435 runtime->GetThreadList()->Dump(std::cerr, kDumpNativeStackOnTimeout); in HandleUnexpectedSignalCommonDump()
/aosp12/art/runtime/jni/
H A Djni_env_ext.cc311 runtime->GetThreadList()->ForEach(ThreadResetFunctionTable, nullptr); in SetTableOverride()
331 runtime->GetThreadList()->ForEach(ThreadResetFunctionTable, nullptr); in ResetFunctionTable()
H A Djava_vm_ext.cc394 raw_vm->GetRuntime()->GetThreadList() in DestroyJavaVM()
740 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled()
/aosp12/art/runtime/gc/collector/
H A Dgarbage_collector.cc268 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in ScopedPause()
286 runtime->GetThreadList()->ResumeAll(); in ~ScopedPause()
H A Dsemi_space.cc162 runtime->GetThreadList()->DumpForSigQuit(oss); in MarkingPhase()
163 runtime->GetThreadList()->DumpNativeStacks(oss); in MarkingPhase()
H A Dconcurrent_copying.cc301 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()
1701 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in ReenableWeakRefAccess()
1761 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in IssueDisableMarkingCheckpoint()
1794 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in IssueEmptyCheckpoint()
1964 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in VerifyNoFromSpaceReferences()
2053 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in RevokeThreadLocalMarkStacks()
/aosp12/art/openjdkjvm/
H A DOpenjdkJvm.cc420 art::ThreadList* thread_list = art::Runtime::Current()->GetThreadList(); in JVM_SetNativeThreadName()

12