Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space.cc107 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers()
127 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked()
219 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetBytesAllocated()
237 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetObjectsAllocated()
Dregion_space.cc385 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers()
403 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc57 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getStackTraceById()
135 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getThreadStats()
Ddalvik_system_VMStack.cc39 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in GetThreadStack()
Djava_lang_Thread.cc143 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in Thread_nativeSetName()
/art/runtime/gc/collector/
Dgarbage_collector.cc159 Runtime::Current()->GetThreadList()->SuspendAll(__FUNCTION__); in ScopedPause()
164 Runtime::Current()->GetThreadList()->ResumeAll(); in ~ScopedPause()
Dsemi_space.cc184 runtime->GetThreadList()->DumpForSigQuit(oss); in MarkingPhase()
185 runtime->GetThreadList()->DumpNativeStacks(oss); in MarkingPhase()
Dconcurrent_copying.cc480 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in ReenableWeakRefAccess()
517 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in IssueDisableMarkingCheckpoint()
554 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in IssueEmptyCheckpoint()
778 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in VerifyNoFromSpaceReferences()
927 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in RevokeThreadLocalMarkStacks()
Dmark_sweep.cc602 Runtime::Current()->GetThreadList()->VisitRoots(&visitor); in VerifyRoots()
1164 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in MarkRootsCheckpoint()
/art/runtime/
Dinstrumentation.cc610 runtime->GetThreadList()->ForEach(InstrumentationInstallStack, this); in ConfigureStubs()
624 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack, this); in ConfigureStubs()
686 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr); in ResetQuickAllocEntryPoints()
778 Runtime::Current()->GetThreadList()->ForEach(InstrumentationInstallStack, this); in Deoptimize()
815 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack, this); in Undeoptimize()
Dmonitor.cc382 Thread* original_owner = Runtime::Current()->GetThreadList()->FindThreadByThreadId( in Lock()
476 ThreadList* const thread_list = Runtime::Current()->GetThreadList(); in FailedUnlock()
820 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in InflateThinLocked()
1379 owner_ = Runtime::Current()->GetThreadList()->FindThreadByThreadId(lock_word.ThinLockOwner()); in MonitorInfo()
Dtrace.cc300 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread()
422 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr); in StopTracing()
508 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr); in Pause()
1035 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()
Dthread_list.cc264 runtime->GetThreadList()->Dump(ss); in UnsafeLogFatalForThreadSuspendAllTimeout()
1326 Runtime::Current()->GetThreadList()->SuspendAll(cause, long_suspend); in ScopedSuspendAll()
1330 Runtime::Current()->GetThreadList()->ResumeAll(); in ~ScopedSuspendAll()
Druntime_linux.cc356 runtime->GetThreadList()->Dump(LOG(INTERNAL_FATAL), kDumpNativeStackOnTimeout); in HandleUnexpectedSignal()
Ddebugger.cc705 Runtime::Current()->GetThreadList()->UndoDebuggerSuspensions(); in UndoDebuggerSuspensions()
2235 all_threads_list = Runtime::Current()->GetThreadList()->GetList(); in GetThreads()
2365 Runtime::Current()->GetThreadList()->SuspendAllForDebugger(); in SuspendVM()
2369 Runtime::Current()->GetThreadList()->ResumeAllForDebugger(); in ResumeVM()
2385 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in SuspendThread()
2417 Runtime::Current()->GetThreadList()->Resume(thread, true); in ResumeThread()
2422 Runtime::Current()->GetThreadList()->SuspendSelfForDebugger(); in SuspendSelf()
3626 ThreadList* const thread_list = Runtime::Current()->GetThreadList(); in ScopedDebuggerThreadSuspension()
3650 Runtime::Current()->GetThreadList()->Resume(thread_, true); in ~ScopedDebuggerThreadSuspension()
3835 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in PrepareInvokeMethod()
[all …]
Dthread.cc432 CHECK(self->Init(runtime->GetThreadList(), runtime->GetJavaVM(), self->tlsPtr_.tmp_jni_env)); in CreateCallback()
458 Runtime::Current()->GetThreadList()->Unregister(self); in CreateCallback()
748 bool init_success = self->Init(runtime->GetThreadList(), runtime->GetJavaVM()); in Attach()
776 runtime->GetThreadList()->Unregister(self); in Attach()
1000 Runtime::Current()->GetThreadList()->Dump(ss); in UnsafeLogFatalForSuspendCount()
Druntime.h312 ThreadList* GetThreadList() const { in GetThreadList() function
Djava_vm_ext.cc575 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled()
Dprofiler.cc225 ThreadList* thread_list = runtime->GetThreadList(); in RunProfilerThread()
Druntime.cc373 ThreadList* thread_list = runtime->GetThreadList(); in DumpAllThreads()
1417 pid_t thread_list_lock_owner = GetThreadList()->GetLockOwner(); in DumpLockHolders()
/art/runtime/openjdkjvm/
DOpenjdkJvm.cc420 art::ThreadList* thread_list = art::Runtime::Current()->GetThreadList(); in JVM_SetNativeThreadName()
/art/runtime/gc/allocator/
Drosalloc.cc1593 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalRuns()
1620 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalRunsAreRevoked()
1848 std::list<Thread*> threads = Runtime::Current()->GetThreadList()->GetList(); in Verify()
1891 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in Verify()
/art/runtime/jit/
Djit_code_cache.cc545 threads_running_checkpoint = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in MarkCompiledCodeOnThreadStacks()
/art/runtime/gc/
Dheap.cc1418 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in TrimIndirectReferenceTables()
3238 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalAllocationStacks()