Home
last modified time | relevance | path

Searched refs:SuspendAll (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Dthread_list.h58 void SuspendAll()
Dsignal_catcher.cc126 thread_list->SuspendAll(); in HandleSigQuit()
Dtrace.cc314 runtime->GetThreadList()->SuspendAll(); in RunSamplingThread()
368 runtime->GetThreadList()->SuspendAll(); in Start()
403 runtime->GetThreadList()->SuspendAll(); in Stop()
Dthread_list.cc301 void ThreadList::SuspendAll() { in SuspendAll() function in art::ThreadList
Dinstrumentation.cc630 tl->SuspendAll(); in SetEntrypointsInstrumented()
Ddebugger.cc762 runtime->GetThreadList()->SuspendAll(); in GoActive()
784 runtime->GetThreadList()->SuspendAll(); in Disconnected()
917 Runtime::Current()->GetThreadList()->SuspendAll(); in GetMonitorInfo()
3087 runtime->GetThreadList()->SuspendAll(); in ManageDeoptimization()
/art/runtime/gc/collector/
Dgarbage_collector.cc149 Runtime::Current()->GetThreadList()->SuspendAll(); in ScopedPause()
/art/runtime/gc/space/
Drosalloc_space.cc296 tl->SuspendAll(); in InspectAllRosAllocWithSuspendAll()
/art/runtime/gc/
Dheap.cc520 tl->SuspendAll(); in DisableMovingGc()
972 runtime->GetThreadList()->SuspendAll(); in DoPendingTransitionOrTrim()
1569 tl->SuspendAll(); in PerformHomogeneousSpaceCompact()
1649 tl->SuspendAll(); in TransitionCollector()
/art/runtime/hprof/
Dhprof.cc1095 Runtime::Current()->GetThreadList()->SuspendAll(); in DumpHeap()
/art/oatdump/
Doatdump.cc1071 thread_list->SuspendAll(); in Dump()