Home
last modified time | relevance | path

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

12

/art/runtime/
Dinstrumentation_test.cc144 runtime->GetThreadList()->SuspendAll("Instrumentation::ConfigureStubs"); in CheckConfigureStubs()
146 runtime->GetThreadList()->ResumeAll(); in CheckConfigureStubs()
167 runtime->GetThreadList()->SuspendAll("Add instrumentation listener"); in TestEvent()
169 runtime->GetThreadList()->ResumeAll(); in TestEvent()
187 runtime->GetThreadList()->SuspendAll("Remove instrumentation listener"); in TestEvent()
189 runtime->GetThreadList()->ResumeAll(); in TestEvent()
205 runtime->GetThreadList()->SuspendAll("Single method deoptimization"); in DeoptimizeMethod()
210 runtime->GetThreadList()->ResumeAll(); in DeoptimizeMethod()
220 runtime->GetThreadList()->SuspendAll("Single method undeoptimization"); in UndeoptimizeMethod()
225 runtime->GetThreadList()->ResumeAll(); in UndeoptimizeMethod()
[all …]
Dtrace.cc297 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in RunSamplingThread()
300 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread()
302 runtime->GetThreadList()->ResumeAll(); in RunSamplingThread()
351 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in Start()
378 runtime->GetThreadList()->ResumeAll(); in Start()
408 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in StopTracing()
418 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr); in StopTracing()
441 runtime->GetThreadList()->ResumeAll(); in StopTracing()
495 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in Pause()
500 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr); in Pause()
[all …]
Dinstrumentation.cc582 runtime->GetThreadList()->ForEach(InstrumentationInstallStack, this); in ConfigureStubs()
596 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack, this); in ConfigureStubs()
608 ThreadList* tl = runtime->GetThreadList(); in SetEntrypointsInstrumented()
655 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr); in ResetQuickAllocEntryPoints()
736 Runtime::Current()->GetThreadList()->ForEach(InstrumentationInstallStack, this); in Deoptimize()
770 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack, this); in Undeoptimize()
Ddebugger.cc692 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in GoActive()
702 runtime->GetThreadList()->ResumeAll(); in GoActive()
716 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in Disconnected()
741 runtime->GetThreadList()->ResumeAll(); in Disconnected()
766 Runtime::Current()->GetThreadList()->UndoDebuggerSuspensions(); in UndoDebuggerSuspensions()
862 Runtime::Current()->GetThreadList()->SuspendAll(__FUNCTION__); in GetMonitorInfo()
866 Runtime::Current()->GetThreadList()->ResumeAll(); in GetMonitorInfo()
2298 all_threads_list = Runtime::Current()->GetThreadList()->GetList(); in GetThreads()
2428 Runtime::Current()->GetThreadList()->SuspendAllForDebugger(); in SuspendVM()
2432 Runtime::Current()->GetThreadList()->ResumeAllForDebugger(); in ResumeVM()
[all …]
Dmonitor.cc666 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in InflateThinLocked()
796 Runtime::Current()->GetThreadList()->FindThreadByThreadId(lock_word.ThinLockOwner()); in MonitorExit()
1215 owner_ = Runtime::Current()->GetThreadList()->FindThreadByThreadId(lock_word.ThinLockOwner()); in MonitorInfo()
Druntime_linux.cc347 runtime->GetThreadList()->DumpForSigQuit(LOG(INTERNAL_FATAL)); in HandleUnexpectedSignal()
Dthread.cc256 CHECK(self->Init(runtime->GetThreadList(), runtime->GetJavaVM(), self->tlsPtr_.tmp_jni_env)); in CreateCallback()
282 Runtime::Current()->GetThreadList()->Unregister(self); in CreateCallback()
529 bool init_success = self->Init(runtime->GetThreadList(), runtime->GetJavaVM()); in Attach()
557 runtime->GetThreadList()->Unregister(self); in Attach()
771 Runtime::Current()->GetThreadList()->Dump(ss); in UnsafeLogFatalForSuspendCount()
Druntime.h291 ThreadList* GetThreadList() const { in GetThreadList() function
Djava_vm_ext.cc515 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled()
Druntime.cc336 ThreadList* thread_list = runtime->GetThreadList(); in DumpAllThreads()
1233 pid_t thread_list_lock_owner = GetThreadList()->GetLockOwner(); in DumpLockHolders()
Dprofiler.cc223 ThreadList* thread_list = runtime->GetThreadList(); in RunProfilerThread()
Dthread_list.cc235 runtime->GetThreadList()->Dump(ss); in UnsafeLogFatalForThreadSuspendAllTimeout()
/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()
Drosalloc_space.cc306 ThreadList* tl = Runtime::Current()->GetThreadList(); in InspectAllRosAllocWithSuspendAll()
/art/runtime/jit/
Djit.cc169 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in CreateInstrumentationCache()
177 runtime->GetThreadList()->ResumeAll(); in CreateInstrumentationCache()
/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.cc133 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in Thread_nativeSetName()
/art/runtime/gc/collector/
Dgarbage_collector.cc162 Runtime::Current()->GetThreadList()->SuspendAll(__FUNCTION__); in ScopedPause()
167 Runtime::Current()->GetThreadList()->ResumeAll(); in ~ScopedPause()
Dsemi_space.cc174 runtime->GetThreadList()->DumpForSigQuit(oss); in MarkingPhase()
175 runtime->GetThreadList()->DumpNativeStacks(oss); in MarkingPhase()
Dmark_sweep.cc433 ThreadList* tl = Runtime::Current()->GetThreadList(); in operator ()()
567 Runtime::Current()->GetThreadList()->VisitRoots(&visitor); in VerifyRoots()
1096 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in MarkRootsCheckpoint()
/art/runtime/gc/
Dheap.cc616 ThreadList* tl = Runtime::Current()->GetThreadList(); in DisableMovingGc()
800 ThreadList* tl = Runtime::Current()->GetThreadList(); in VisitObjects()
1185 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in Trim()
1190 runtime->GetThreadList()->ResumeAll(); in Trim()
1226 size_t barrier_count = Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in TrimIndirectReferenceTables()
1667 auto* tl = Runtime::Current()->GetThreadList(); in GetObjectsAllocated()
1813 ThreadList* tl = Runtime::Current()->GetThreadList(); in PerformHomogeneousSpaceCompact()
1882 ThreadList* const tl = runtime->GetThreadList(); in TransitionCollector()
2972 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalAllocationStacks()
/art/runtime/hprof/
Dhprof.cc1225 Runtime::Current()->GetThreadList()->SuspendAll(__FUNCTION__, true /* long suspend */); in DumpHeap()
1228 Runtime::Current()->GetThreadList()->ResumeAll(); in DumpHeap()
/art/runtime/gc/allocator/
Drosalloc.cc1732 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalRuns()
1759 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalRunsAreRevoked()
1991 std::list<Thread*> threads = Runtime::Current()->GetThreadList()->GetList(); in Verify()
2041 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in Verify()

12