Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc144 runtime->GetThreadList()->SuspendAll("Instrumentation::ConfigureStubs"); in CheckConfigureStubs()
167 runtime->GetThreadList()->SuspendAll("Add instrumentation listener"); in TestEvent()
187 runtime->GetThreadList()->SuspendAll("Remove instrumentation listener"); in TestEvent()
205 runtime->GetThreadList()->SuspendAll("Single method deoptimization"); in DeoptimizeMethod()
220 runtime->GetThreadList()->SuspendAll("Single method undeoptimization"); in UndeoptimizeMethod()
234 runtime->GetThreadList()->SuspendAll("Full deoptimization"); in DeoptimizeEverything()
248 runtime->GetThreadList()->SuspendAll("Full undeoptimization"); in UndeoptimizeEverything()
262 runtime->GetThreadList()->SuspendAll("EnableMethodTracing"); in EnableMethodTracing()
273 runtime->GetThreadList()->SuspendAll("EnableMethodTracing"); in DisableMethodTracing()
Dthread_list.h66 void SuspendAll(const char* cause, bool long_suspend = false)
Dtrace.cc297 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in RunSamplingThread()
351 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in Start()
408 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in StopTracing()
495 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in Pause()
534 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in Resume()
Ddebugger.cc692 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in GoActive()
716 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in Disconnected()
862 Runtime::Current()->GetThreadList()->SuspendAll(__FUNCTION__); in GetMonitorInfo()
3277 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in ManageDeoptimization()
4778 tl->SuspendAll(__FUNCTION__); in DdmSendHeapSegments()
4794 tl->SuspendAll(__FUNCTION__); in DdmSendHeapSegments()
Dthread_list.cc451 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { in SuspendAll() function in art::ThreadList
Dinstrumentation.cc612 tl->SuspendAll(__FUNCTION__); in SetEntrypointsInstrumented()
/art/runtime/jit/
Djit.cc169 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in CreateInstrumentationCache()
/art/runtime/gc/collector/
Dgarbage_collector.cc162 Runtime::Current()->GetThreadList()->SuspendAll(__FUNCTION__); in ScopedPause()
Dmark_sweep.cc434 tl->SuspendAll(__FUNCTION__); in operator ()()
/art/runtime/gc/space/
Drosalloc_space.cc307 tl->SuspendAll(__FUNCTION__); in InspectAllRosAllocWithSuspendAll()
/art/runtime/gc/
Dheap.cc619 tl->SuspendAll(__FUNCTION__); in DisableMovingGc()
801 tl->SuspendAll(__FUNCTION__); in VisitObjects()
1185 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in Trim()
1669 tl->SuspendAll(__FUNCTION__); in GetObjectsAllocated()
1838 tl->SuspendAll(__FUNCTION__); in PerformHomogeneousSpaceCompact()
1920 tl->SuspendAll(__FUNCTION__); in TransitionCollector()
/art/runtime/hprof/
Dhprof.cc1225 Runtime::Current()->GetThreadList()->SuspendAll(__FUNCTION__, true /* long suspend */); in DumpHeap()
/art/compiler/driver/
Dcompiler_driver.cc979 current->GetThreadList()->SuspendAll(__FUNCTION__); in UpdateImageClasses()
/art/oatdump/
Doatdump.cc1499 thread_list->SuspendAll(__FUNCTION__); in Dump()