/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/test/2011-stack-walk-concurrent-instrument/ |
D | stack_walk_concurrent.cc | 84 Thread* other = Runtime::Current()->GetThreadList()->SuspendThreadByPeer( in Java_Main_waitAndInstrumentStack() 90 bool resumed = art::Runtime::Current()->GetThreadList()->Resume(other, SuspendReason::kInternal); in Java_Main_waitAndInstrumentStack()
|
/art/runtime/ |
D | startup_completed_task.cc | 105 runtime->GetThreadList()->RunCheckpoint(&closure); in DeleteStartupDexCaches() 119 runtime->GetThreadList()->RunCheckpoint(&closure); in DeleteStartupDexCaches()
|
D | instrumentation.cc | 649 for (Thread* thread : Runtime::Current()->GetThreadList()->GetList()) { in InstrumentAllThreadStacks() 852 for (Thread* thread : Runtime::Current()->GetThreadList()->GetList()) { in AddListener() 983 for (Thread* thread : Runtime::Current()->GetThreadList()->GetList()) { in RemoveListener() 1034 Runtime::Current()->GetThreadList()->ForEach([&](Thread* t) NO_THREAD_SAFETY_ANALYSIS { in MaybeRestoreInstrumentationStack() 1048 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack); in MaybeRestoreInstrumentationStack() 1151 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr); in ResetQuickAllocEntryPoints() 1405 for (Thread* thread : Runtime::Current()->GetThreadList()->GetList()) { in EnableMethodTracing()
|
D | fault_handler.cc | 443 if (runtime->IsStarted() && runtime->GetThreadList() != nullptr) { in RemoveGeneratedCodeRange() 470 runtime->GetThreadList()->RunEmptyCheckpoint(); in RemoveGeneratedCodeRange()
|
D | monitor.cc | 553 if (Runtime::Current()->GetThreadList()->Contains(orig_owner)) { in Lock() 689 ThreadList* const thread_list = Runtime::Current()->GetThreadList(); in FailedUnlock() 1070 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in InflateThinLocked() 1731 owner_ = Runtime::Current()->GetThreadList()->FindThreadByThreadId(lock_word.ThinLockOwner()); in MonitorInfo()
|
D | trace.cc | 567 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread() 913 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr); in StopTracing() 935 for (Thread* thread : Runtime::Current()->GetThreadList()->GetList()) { in StopTracing() 1464 for (Thread* thread : Runtime::Current()->GetThreadList()->GetList()) { in FlushAllThreadBuffers()
|
D | thread_list.cc | 299 runtime->GetThreadList()->Dump(ss); in UnsafeLogFatalForThreadSuspendAllTimeout() 1617 Runtime::Current()->GetThreadList()->SuspendAll(cause, long_suspend); in ScopedSuspendAll() 1621 Runtime::Current()->GetThreadList()->ResumeAll(); in ~ScopedSuspendAll()
|
D | runtime_common.cc | 435 runtime->GetThreadList()->Dump(std::cerr, kDumpNativeStackOnTimeout); in HandleUnexpectedSignalCommonDump()
|
D | thread.cc | 630 CHECK(self->Init(runtime->GetThreadList(), runtime->GetJavaVM(), self->tlsPtr_.tmp_jni_env)); in CreateCallback() 670 Runtime::Current()->GetThreadList()->Unregister(self, /* should_run_callbacks= */ true); in CreateCallback() 1028 bool init_success = self->Init(runtime->GetThreadList(), runtime->GetJavaVM()); in Attach() 1044 runtime->GetThreadList()->Unregister(self, should_run_callbacks); in Attach() 1483 Runtime::Current()->GetThreadList()->Dump(ss); in UnsafeLogFatalForSuspendCount() 1574 Runtime::Current()->GetThreadList()->EmptyCheckpointBarrier()->Pass(this); in RunEmptyCheckpoint() 1742 ->GetThreadList() in RequestSynchronousCheckpoint() 4817 Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in ClearAllInterpreterCaches()
|
/art/runtime/gc/space/ |
D | bump_pointer_space.cc | 133 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers() 153 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked() 188 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetBytesAllocated() 206 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetObjectsAllocated()
|
D | region_space.cc | 934 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers() 952 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() 188 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getThreadStats()
|
D | dalvik_system_VMStack.cc | 51 ThreadList* thread_list = runtime->GetThreadList(); in GetThreadStack()
|
D | java_lang_Thread.cc | 150 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in Thread_setNativeName()
|
D | dalvik_system_ZygoteHooks.cc | 129 runtime->GetThreadList()->ForEach(DoCollectNonDebuggableCallback, &classes); in CollectNonDebuggableClasses()
|
/art/openjdkjvmti/ |
D | deopt_manager.cc | 142 art::Runtime::Current()->GetThreadList()->ForEach(func, &dtdc); in DumpDeoptInfo() 339 art::Runtime::Current()->GetThreadList()->SuspendAll("JMVTI Deoptimizing methods", in ScopedDeoptimizationContext() 349 art::Runtime::Current()->GetThreadList()->ResumeAll(); in RELEASE()
|
D | ti_object.cc | 113 thread_list = art::Runtime::Current()->GetThreadList()->GetList(); in GetObjectMonitorUsage()
|
D | alloc_manager.cc | 203 size_t requested = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in PauseAllocations()
|
D | ti_thread.cc | 646 std::list<art::Thread*> thread_list = art::Runtime::Current()->GetThreadList()->GetList(); in GetAllThreads() 704 art::ThreadList* list = art::Runtime::Current()->GetThreadList(); in RemoveEnvironment() 917 art::Thread* ret_target = art::Runtime::Current()->GetThreadList()->SuspendThreadByPeer( in SuspendOther() 1010 if (!art::Runtime::Current()->GetThreadList()->Resume(target, in ResumeThread()
|
D | ti_threadgroup.cc | 174 std::list<art::Thread*> thread_list = art::Runtime::Current()->GetThreadList()->GetList(); in GetThreads()
|
/art/runtime/jni/ |
D | jni_env_ext.cc | 307 runtime->GetThreadList()->ForEach(ThreadResetFunctionTable, nullptr); in SetTableOverride() 327 runtime->GetThreadList()->ForEach(ThreadResetFunctionTable, nullptr); in ResetFunctionTable()
|
/art/runtime/gc/collector/ |
D | semi_space.cc | 163 runtime->GetThreadList()->DumpForSigQuit(oss); in MarkingPhase() 164 runtime->GetThreadList()->DumpNativeStacks(oss); in MarkingPhase() 506 runtime->GetThreadList()->SweepInterpreterCaches(this); in SweepSystemWeaks()
|
D | garbage_collector.cc | 326 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in ScopedPause() 344 runtime->GetThreadList()->ResumeAll(); in ~ScopedPause()
|
D | concurrent_copying.cc | 321 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in ActivateReadBarrierEntrypoints() 770 Runtime::Current()->GetThreadList()->FlipThreadRoots( in FlipThreadRoots() 1043 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in CaptureThreadRootsForMarking() 1714 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in ReenableWeakRefAccess() 1780 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in IssueDisableMarkingCheckpoint() 1815 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in IssueEmptyCheckpoint() 1988 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in VerifyNoFromSpaceReferences() 2077 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in RevokeThreadLocalMarkStacks()
|