Home
last modified time | relevance | path

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

12

/art/test/149-suspend-all-stress/
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()
/art/runtime/gc/space/
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()
Dregion_space.cc878 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers()
896 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc65 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getStackTraceById()
146 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getThreadStats()
Ddalvik_system_VMStack.cc59 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in GetThreadStack()
Djava_lang_Thread.cc147 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in Thread_setNativeName()
Ddalvik_system_ZygoteHooks.cc128 runtime->GetThreadList()->ForEach(DoCollectNonDebuggableCallback, &classes); in CollectNonDebuggableClasses()
/art/runtime/
Druntime-inl.h96 Runtime::Current()->GetThreadList()->ForEach([](Thread* thread, void*) { in DoAndMaybeSwitchInterpreter()
Dmonitor.cc508 Thread* original_owner = Runtime::Current()->GetThreadList()->FindThreadByThreadId( in Lock()
644 ThreadList* const thread_list = Runtime::Current()->GetThreadList(); in FailedUnlock()
1042 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in InflateThinLocked()
1675 owner_ = Runtime::Current()->GetThreadList()->FindThreadByThreadId(lock_word.ThinLockOwner()); in MonitorInfo()
Dtrace.cc300 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread()
479 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr); in StopTracing()
1017 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()
Dthread_list.cc302 runtime->GetThreadList()->Dump(ss); in UnsafeLogFatalForThreadSuspendAllTimeout()
1565 Runtime::Current()->GetThreadList()->SuspendAll(cause, long_suspend); in ScopedSuspendAll()
1569 Runtime::Current()->GetThreadList()->ResumeAll(); in ~ScopedSuspendAll()
Ddebugger.cc764 Runtime::Current()->GetThreadList()->UndoDebuggerSuspensions(); in UndoDebuggerSuspensions()
2342 all_threads_list = Runtime::Current()->GetThreadList()->GetList(); in GetThreads()
2458 Runtime::Current()->GetThreadList()->SuspendAllForDebugger(); in SuspendVM()
2462 Runtime::Current()->GetThreadList()->ResumeAllForDebugger(); in ResumeVM()
2478 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in SuspendThread()
2512 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread, SuspendReason::kForDebugger); in ResumeThread()
2518 Runtime::Current()->GetThreadList()->SuspendSelfForDebugger(); in SuspendSelf()
3652 ThreadList* const thread_list = Runtime::Current()->GetThreadList(); in ScopedDebuggerThreadSuspension()
3679 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread_, in ~ScopedDebuggerThreadSuspension()
3846 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in PrepareInvokeMethod()
[all …]
Druntime_common.cc430 runtime->GetThreadList()->Dump(std::cerr, kDumpNativeStackOnTimeout); in HandleUnexpectedSignalCommonDump()
Dcha.cc700 size_t threads_running_checkpoint = runtime->GetThreadList()->RunCheckpoint(&checkpoint); in InvalidateSingleImplementationMethods()
Druntime.h332 ThreadList* GetThreadList() const { in GetThreadList() function
/art/openjdkjvmti/
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()
Dti_object.cc111 for (art::Thread* thd : art::Runtime::Current()->GetThreadList()->GetList()) { in GetObjectMonitorUsage()
Dti_thread.cc639 std::list<art::Thread*> thread_list = art::Runtime::Current()->GetThreadList()->GetList(); in GetAllThreads()
687 art::ThreadList* list = art::Runtime::Current()->GetThreadList(); in RemoveEnvironment()
896 art::Thread* ret_target = art::Runtime::Current()->GetThreadList()->SuspendThreadByPeer( in SuspendOther()
994 if (!art::Runtime::Current()->GetThreadList()->Resume(target, in ResumeThread()
Dti_threadgroup.cc174 for (art::Thread* t : art::Runtime::Current()->GetThreadList()->GetList()) { in GetThreads()
/art/runtime/gc/collector/
Dgarbage_collector.cc240 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in ScopedPause()
258 runtime->GetThreadList()->ResumeAll(); in ~ScopedPause()
Dsemi_space.cc186 runtime->GetThreadList()->DumpForSigQuit(oss); in MarkingPhase()
187 runtime->GetThreadList()->DumpNativeStacks(oss); in MarkingPhase()
Dmark_sweep.cc627 Runtime::Current()->GetThreadList()->VisitRootsForSuspendedThreads(&visitor); in VerifySuspendedThreadRoots()
1187 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in MarkRootsCheckpoint()
/art/runtime/jni/
Djni_env_ext.cc310 runtime->GetThreadList()->ForEach(ThreadResetFunctionTable, nullptr); in SetTableOverride()
/art/openjdkjvm/
DOpenjdkJvm.cc417 art::ThreadList* thread_list = art::Runtime::Current()->GetThreadList(); in JVM_SetNativeThreadName()
/art/runtime/gc/allocator/
Drosalloc.cc1588 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalRuns()
1615 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalRunsAreRevoked()
1843 std::list<Thread*> threads = Runtime::Current()->GetThreadList()->GetList(); in Verify()
1886 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in Verify()

12