Home
last modified time | relevance | path

Searched refs:ScopedSuspendAll (Results 1 – 25 of 43) 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()
57 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()
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()
Ddeopt_manager.cc104 art::ScopedSuspendAll ssa("Add method Inspection Callback"); in Setup()
112 art::ScopedSuspendAll ssa("remove method Inspection Callback"); in Shutdown()
494 art::ScopedSuspendAll ssa("Instrument thread stack"); in DeoptimizeThread()
Dti_object.cc95 art::ScopedSuspendAll ssa("GetObjectMonitorUsage", /*long_suspend=*/false); in GetObjectMonitorUsage()
Dti_field.cc115 art::ScopedSuspendAll ssa("Add reflective value visit callback"); in Register()
123 art::ScopedSuspendAll ssa("Remove reflective value visit callback"); in Unregister()
Dti_search.cc211 art::ScopedSuspendAll ssa("Add search callback"); in Register()
218 art::ScopedSuspendAll ssa("Remove search callback"); in Unregister()
Dti_class.cc371 art::ScopedSuspendAll ssa("FixupTempClass"); in FixupTempClass()
537 art::ScopedSuspendAll ssa("Add load callback"); in Register()
544 art::ScopedSuspendAll ssa("Remove thread callback"); in Unregister()
/art/test/708-jit-cache-churn/
Djit.cc51 ScopedSuspendAll suspend("Removing JIT compiled method", /*long_suspend*/true); in Java_JitCacheChurnTest_removeJitCompiledMethod()
/art/runtime/
Dthread_list.h244 class ScopedSuspendAll : public ValueObject {
246 explicit ScopedSuspendAll(const char* cause, bool long_suspend = false)
252 ~ScopedSuspendAll()
Dinstrumentation_test.cc201 ScopedSuspendAll ssa("Instrumentation::ConfigureStubs"); in CheckConfigureStubs()
227 ScopedSuspendAll ssa("Add instrumentation listener"); in TestEvent()
251 ScopedSuspendAll ssa("Remove instrumentation listener"); in TestEvent()
277 ScopedSuspendAll ssa("Single method deoptimization"); in DeoptimizeMethod()
293 ScopedSuspendAll ssa("Single method undeoptimization"); in UndeoptimizeMethod()
308 ScopedSuspendAll ssa("Full deoptimization"); in DeoptimizeEverything()
323 ScopedSuspendAll ssa("Full undeoptimization"); in UndeoptimizeEverything()
338 ScopedSuspendAll ssa("EnableMethodTracing"); in EnableMethodTracing()
350 ScopedSuspendAll ssa("EnableMethodTracing"); in DisableMethodTracing()
Druntime_callbacks_test.cc59 ScopedSuspendAll ssa("RuntimeCallbacksTest SetUp"); in SetUp()
68 ScopedSuspendAll ssa("RuntimeCallbacksTest TearDown"); in TearDown()
Dthread_list.cc1442 ScopedSuspendAll::ScopedSuspendAll(const char* cause, bool long_suspend) { in ScopedSuspendAll() function in art::ScopedSuspendAll
1446 ScopedSuspendAll::~ScopedSuspendAll() { in ~ScopedSuspendAll()
Dtrace.cc299 ScopedSuspendAll ssa(__FUNCTION__); in RunSamplingThread()
411 ScopedSuspendAll ssa(__FUNCTION__); in Start()
476 ScopedSuspendAll ssa(__FUNCTION__); in StopTracing()
Doat_file_manager.cc287 ScopedSuspendAll ssa("Add image space"); in OpenDexFilesFromOat()
315 ScopedSuspendAll ssa("Remove image space"); in OpenDexFilesFromOat()
/art/test/2031-zygote-compiled-frame-deopt/
Dnative-wait.cc48 ScopedSuspendAll ssa(__FUNCTION__); in Java_art_Test2031_simulateZygoteFork()
/art/test/2011-stack-walk-concurrent-instrument/
Dstack_walk_concurrent.cc87 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_waitAndDeopt()
/art/runtime/gc/
Dheap-visit-objects-inl.h54 ScopedSuspendAll ssa(__FUNCTION__); in VisitObjects()
/art/tools/tracefast-plugin/
Dtracefast.cc135 art::ScopedSuspendAll ssa("starting fast tracing"); in StartTracing()
163 art::ScopedSuspendAll ssa("Add phase callback"); in ArtPlugin_Initialize()
/art/runtime/gc/accounting/
Dmod_union_table_test.cc192 ScopedSuspendAll ssa("Add image space"); in RunTest()
264 ScopedSuspendAll ssa("Add image space"); in RunTest()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc125 ScopedSuspendAll suspend("Checking stacks for non-obsoletable methods!", in CollectNonDebuggableClasses()
212 ScopedSuspendAll ssa(__FUNCTION__); in EnableDebugFeatures()
/art/runtime/gc/space/
Drosalloc_space.cc375 ScopedSuspendAll ssa(__FUNCTION__); in InspectAllRosAllocWithSuspendAll()
444 ScopedSuspendAll ssa(__FUNCTION__); in DumpStats()
/art/runtime/verifier/
Dclass_verifier.cc125 ScopedSuspendAll ssa("Update method flags for reverify"); in ReverifyClass()

12