/art/runtime/gc/space/ |
D | bump_pointer_space.cc | 107 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()
|
D | region_space.cc | 385 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/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 57 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getStackTraceById() 135 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getThreadStats()
|
D | dalvik_system_VMStack.cc | 39 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in GetThreadStack()
|
D | java_lang_Thread.cc | 143 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in Thread_nativeSetName()
|
/art/runtime/gc/collector/ |
D | garbage_collector.cc | 159 Runtime::Current()->GetThreadList()->SuspendAll(__FUNCTION__); in ScopedPause() 164 Runtime::Current()->GetThreadList()->ResumeAll(); in ~ScopedPause()
|
D | semi_space.cc | 184 runtime->GetThreadList()->DumpForSigQuit(oss); in MarkingPhase() 185 runtime->GetThreadList()->DumpNativeStacks(oss); in MarkingPhase()
|
D | concurrent_copying.cc | 480 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()
|
D | mark_sweep.cc | 602 Runtime::Current()->GetThreadList()->VisitRoots(&visitor); in VerifyRoots() 1164 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in MarkRootsCheckpoint()
|
/art/runtime/ |
D | instrumentation.cc | 610 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()
|
D | monitor.cc | 382 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()
|
D | trace.cc | 300 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()
|
D | thread_list.cc | 264 runtime->GetThreadList()->Dump(ss); in UnsafeLogFatalForThreadSuspendAllTimeout() 1326 Runtime::Current()->GetThreadList()->SuspendAll(cause, long_suspend); in ScopedSuspendAll() 1330 Runtime::Current()->GetThreadList()->ResumeAll(); in ~ScopedSuspendAll()
|
D | runtime_linux.cc | 356 runtime->GetThreadList()->Dump(LOG(INTERNAL_FATAL), kDumpNativeStackOnTimeout); in HandleUnexpectedSignal()
|
D | debugger.cc | 705 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 …]
|
D | thread.cc | 432 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()
|
D | runtime.h | 312 ThreadList* GetThreadList() const { in GetThreadList() function
|
D | java_vm_ext.cc | 575 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled()
|
D | profiler.cc | 225 ThreadList* thread_list = runtime->GetThreadList(); in RunProfilerThread()
|
D | runtime.cc | 373 ThreadList* thread_list = runtime->GetThreadList(); in DumpAllThreads() 1417 pid_t thread_list_lock_owner = GetThreadList()->GetLockOwner(); in DumpLockHolders()
|
/art/runtime/openjdkjvm/ |
D | OpenjdkJvm.cc | 420 art::ThreadList* thread_list = art::Runtime::Current()->GetThreadList(); in JVM_SetNativeThreadName()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 1593 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/ |
D | jit_code_cache.cc | 545 threads_running_checkpoint = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in MarkCompiledCodeOnThreadStacks()
|
/art/runtime/gc/ |
D | heap.cc | 1418 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in TrimIndirectReferenceTables() 3238 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalAllocationStacks()
|