/art/test/149-suspend-all-stress/ |
D | suspend_all.cc | 40 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_suspendAndResume() 52 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_suspendAndResume()
|
/art/test/597-deopt-new-string/ |
D | deopt.cc | 38 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_deoptimizeAll() 57 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_undeoptimizeAll()
|
/art/openjdkjvmti/ |
D | ti_dump.cc | 64 art::ScopedSuspendAll ssa("Add sigquit callback"); in Register() 71 art::ScopedSuspendAll ssa("Remove sigquit callback"); in Unregister()
|
D | ti_phase.cc | 144 art::ScopedSuspendAll ssa("Add phase callback"); in Register() 151 art::ScopedSuspendAll ssa("Remove phase callback"); in Unregister()
|
D | ti_search.cc | 205 art::ScopedSuspendAll ssa("Add search callback"); in Register() 212 art::ScopedSuspendAll ssa("Remove search callback"); in Unregister()
|
D | ti_object.cc | 95 art::ScopedSuspendAll ssa("GetObjectMonitorUsage", /*long_suspend=*/false); in GetObjectMonitorUsage()
|
D | deopt_manager.cc | 104 art::ScopedSuspendAll ssa("Add method Inspection Callback"); in Setup() 112 art::ScopedSuspendAll ssa("remove method Inspection Callback"); in Shutdown()
|
D | ti_class.cc | 366 art::ScopedSuspendAll ssa("FixupTempClass"); in FixupTempClass() 532 art::ScopedSuspendAll ssa("Add load callback"); in Register() 539 art::ScopedSuspendAll ssa("Remove thread callback"); in Unregister()
|
D | ti_method.cc | 100 art::ScopedSuspendAll ssa("Add method callback"); in Register() 108 art::ScopedSuspendAll ssa("Remove method callback"); in Unregister()
|
D | ti_thread.cc | 160 art::ScopedSuspendAll ssa("Add thread callback"); in Register() 206 art::ScopedSuspendAll ssa("Remove thread callback"); in Unregister()
|
/art/test/708-jit-cache-churn/ |
D | jit.cc | 51 ScopedSuspendAll suspend("Removing JIT compiled method", /*long_suspend*/true); in Java_JitCacheChurnTest_removeJitCompiledMethod()
|
/art/runtime/ |
D | thread_list.h | 241 class ScopedSuspendAll : public ValueObject { 243 explicit ScopedSuspendAll(const char* cause, bool long_suspend = false) 249 ~ScopedSuspendAll()
|
D | instrumentation_test.cc | 198 ScopedSuspendAll ssa("Instrumentation::ConfigureStubs"); in CheckConfigureStubs() 224 ScopedSuspendAll ssa("Add instrumentation listener"); in TestEvent() 248 ScopedSuspendAll ssa("Remove instrumentation listener"); in TestEvent() 274 ScopedSuspendAll ssa("Single method deoptimization"); in DeoptimizeMethod() 290 ScopedSuspendAll ssa("Single method undeoptimization"); in UndeoptimizeMethod() 305 ScopedSuspendAll ssa("Full deoptimization"); in DeoptimizeEverything() 320 ScopedSuspendAll ssa("Full undeoptimization"); in UndeoptimizeEverything() 335 ScopedSuspendAll ssa("EnableMethodTracing"); in EnableMethodTracing() 347 ScopedSuspendAll ssa("EnableMethodTracing"); in DisableMethodTracing()
|
D | runtime_callbacks_test.cc | 59 ScopedSuspendAll ssa("RuntimeCallbacksTest SetUp"); in SetUp() 68 ScopedSuspendAll ssa("RuntimeCallbacksTest TearDown"); in TearDown()
|
D | thread_list.cc | 1564 ScopedSuspendAll::ScopedSuspendAll(const char* cause, bool long_suspend) { in ScopedSuspendAll() function in art::ScopedSuspendAll 1568 ScopedSuspendAll::~ScopedSuspendAll() { in ~ScopedSuspendAll()
|
D | trace.cc | 298 ScopedSuspendAll ssa(__FUNCTION__); in RunSamplingThread() 410 ScopedSuspendAll ssa(__FUNCTION__); in Start() 475 ScopedSuspendAll ssa(__FUNCTION__); in StopTracing()
|
D | oat_file_manager.cc | 567 ScopedSuspendAll ssa("Add image space"); in OpenDexFilesFromOat() 596 ScopedSuspendAll ssa("Remove image space"); in OpenDexFilesFromOat()
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 132 art::ScopedSuspendAll ssa("starting fast tracing"); in StartTracing() 160 art::ScopedSuspendAll ssa("Add phase callback"); in ArtPlugin_Initialize()
|
/art/runtime/gc/ |
D | heap-visit-objects-inl.h | 54 ScopedSuspendAll ssa(__FUNCTION__); in VisitObjects()
|
/art/runtime/gc/accounting/ |
D | mod_union_table_test.cc | 192 ScopedSuspendAll ssa("Add image space"); in RunTest() 264 ScopedSuspendAll ssa("Add image space"); in RunTest()
|
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 125 ScopedSuspendAll suspend("Checking stacks for non-obsoletable methods!", in CollectNonDebuggableClasses() 209 ScopedSuspendAll ssa(__FUNCTION__); in EnableDebugFeatures()
|
/art/runtime/gc/space/ |
D | rosalloc_space.cc | 375 ScopedSuspendAll ssa(__FUNCTION__); in InspectAllRosAllocWithSuspendAll() 444 ScopedSuspendAll ssa(__FUNCTION__); in DumpStats()
|
D | space_create_test.cc | 172 ScopedSuspendAll ssa("Add image space"); in TEST_P()
|
D | space_test.h | 50 ScopedSuspendAll ssa("Add image space");
|
/art/test/common/ |
D | runtime_state.cc | 380 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_deoptimizeBootImage()
|