Home
last modified time | relevance | path

Searched refs:ScopedSuspendAll (Results 1 – 25 of 41) sorted by relevance

12

/art/test/149-suspend-all-stress/
Dsuspend_all.cc40 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_suspendAndResume()
52 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_suspendAndResume()
/art/test/597-deopt-new-string/
Ddeopt.cc38 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_deoptimizeAll()
51 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_undeoptimizeAll()
/art/openjdkjvmti/
Dti_dump.cc64 art::ScopedSuspendAll ssa("Add sigquit callback"); in Register()
71 art::ScopedSuspendAll ssa("Remove sigquit callback"); in Unregister()
Dti_phase.cc144 art::ScopedSuspendAll ssa("Add phase callback"); in Register()
151 art::ScopedSuspendAll ssa("Remove phase callback"); in Unregister()
Ddeopt_manager.cc93 art::ScopedSuspendAll ssa("Add method Inspection Callback"); in Setup()
159 art::ScopedSuspendAll ssa(__FUNCTION__); in FinishSetup()
183 art::ScopedSuspendAll ssa(__FUNCTION__); in FinishSetup()
515 art::ScopedSuspendAll ssa("Instrument thread stack"); in DeoptimizeThread()
Dti_breakpoint.cc106 art::ScopedSuspendAll ssa("Add breakpoint reflective value visit callback"); in Register()
114 art::ScopedSuspendAll ssa("Remove reflective value visit callback"); in Unregister()
Dti_object.cc95 art::ScopedSuspendAll ssa("GetObjectMonitorUsage", /*long_suspend=*/false); in GetObjectMonitorUsage()
Dti_search.cc211 art::ScopedSuspendAll ssa("Add search callback"); in Register()
218 art::ScopedSuspendAll ssa("Remove search callback"); in Unregister()
Dti_field.cc115 art::ScopedSuspendAll ssa("Add reflective value visit callback"); in Register()
123 art::ScopedSuspendAll ssa("Remove reflective value visit callback"); in Unregister()
/art/test/2031-zygote-compiled-frame-deopt/
Dnative-wait.cc48 ScopedSuspendAll ssa(__FUNCTION__); in Java_art_Test2031_simulateZygoteFork()
/art/runtime/
Dthread_list.h307 class ScopedSuspendAll : public ValueObject {
309 EXPORT explicit ScopedSuspendAll(const char* cause, bool long_suspend = false)
315 EXPORT ~ScopedSuspendAll()
Dinstrumentation_test.cc197 ScopedSuspendAll ssa("Instrumentation::ConfigureStubs"); in CheckConfigureStubs()
223 ScopedSuspendAll ssa("Add instrumentation listener"); in TestEvent()
247 ScopedSuspendAll ssa("Remove instrumentation listener"); in TestEvent()
273 ScopedSuspendAll ssa("Single method deoptimization"); in DeoptimizeMethod()
286 ScopedSuspendAll ssa("Single method undeoptimization"); in UndeoptimizeMethod()
301 ScopedSuspendAll ssa("Full deoptimization"); in DeoptimizeEverything()
313 ScopedSuspendAll ssa("Full undeoptimization"); in UndeoptimizeEverything()
329 ScopedSuspendAll ssa("EnableMethodTracing"); in EnableMethodTracing()
341 ScopedSuspendAll ssa("EnableMethodTracing"); in DisableMethodTracing()
Dalloc_instrumentation.md20 - With a started runtime, `SetEntrypointsInstrumented()` calls `ScopedSuspendAll(`) before updating
Druntime_callbacks_test.cc59 ScopedSuspendAll ssa("RuntimeCallbacksTest SetUp"); in SetUp()
68 ScopedSuspendAll ssa("RuntimeCallbacksTest TearDown"); in TearDown()
Dthread_list.cc1616 ScopedSuspendAll::ScopedSuspendAll(const char* cause, bool long_suspend) { in ScopedSuspendAll() function in art::ScopedSuspendAll
1620 ScopedSuspendAll::~ScopedSuspendAll() { in ~ScopedSuspendAll()
Dtrace.cc565 ScopedSuspendAll ssa(__FUNCTION__); in RunSamplingThread()
818 ScopedSuspendAll ssa(__FUNCTION__); in Start()
909 ScopedSuspendAll ssa(__FUNCTION__); in StopTracing()
1461 ScopedSuspendAll ssa(__FUNCTION__); in FlushAllThreadBuffers()
/art/test/2011-stack-walk-concurrent-instrument/
Dstack_walk_concurrent.cc87 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_waitAndInstrumentStack()
/art/tools/tracefast-plugin/
Dtracefast.cc128 art::ScopedSuspendAll ssa("starting fast tracing"); in StartTracing()
157 art::ScopedSuspendAll ssa("Add phase callback"); in ArtPlugin_Initialize()
/art/runtime/gc/
Dheap-visit-objects-inl.h54 ScopedSuspendAll ssa(__FUNCTION__); in VisitObjects()
/art/runtime/gc/accounting/
Dmod_union_table_test.cc193 ScopedSuspendAll ssa("Add image space"); in RunTest()
265 ScopedSuspendAll ssa("Add image space"); in RunTest()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc126 ScopedSuspendAll suspend("Checking stacks for non-obsoletable methods!", in CollectNonDebuggableClasses()
213 ScopedSuspendAll ssa(__FUNCTION__); in EnableDebugFeatures()
/art/runtime/gc/space/
Drosalloc_space.cc375 ScopedSuspendAll ssa(__FUNCTION__); in InspectAllRosAllocWithSuspendAll()
444 ScopedSuspendAll ssa(__FUNCTION__); in DumpStats()
Dspace_create_test.cc172 ScopedSuspendAll ssa("Add image space"); in TEST_P()
/art/test/common/
Druntime_state.cc442 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_deoptimizeBootImage()
617 ScopedSuspendAll suspend("Removing JIT compiled method", /*long_suspend=*/true); in Java_Main_removeJitCompiledMethod()
/art/runtime/oat/
Doat_file_manager.cc324 ScopedSuspendAll ssa("Add image space"); in OpenDexFilesFromOat()
355 ScopedSuspendAll ssa("Remove image space"); in OpenDexFilesFromOat()

12