/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_breakpoint.cc | 106 art::ScopedSuspendAll ssa("Add breakpoint reflective value visit callback"); in Register() 114 art::ScopedSuspendAll ssa("Remove reflective value visit callback"); in Unregister()
|
D | deopt_manager.cc | 104 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()
|
D | ti_object.cc | 95 art::ScopedSuspendAll ssa("GetObjectMonitorUsage", /*long_suspend=*/false); in GetObjectMonitorUsage()
|
D | ti_field.cc | 115 art::ScopedSuspendAll ssa("Add reflective value visit callback"); in Register() 123 art::ScopedSuspendAll ssa("Remove reflective value visit callback"); in Unregister()
|
D | ti_search.cc | 211 art::ScopedSuspendAll ssa("Add search callback"); in Register() 218 art::ScopedSuspendAll ssa("Remove search callback"); in Unregister()
|
D | ti_class.cc | 371 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/ |
D | jit.cc | 51 ScopedSuspendAll suspend("Removing JIT compiled method", /*long_suspend*/true); in Java_JitCacheChurnTest_removeJitCompiledMethod()
|
/art/runtime/ |
D | thread_list.h | 244 class ScopedSuspendAll : public ValueObject { 246 explicit ScopedSuspendAll(const char* cause, bool long_suspend = false) 252 ~ScopedSuspendAll()
|
D | instrumentation_test.cc | 201 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()
|
D | runtime_callbacks_test.cc | 59 ScopedSuspendAll ssa("RuntimeCallbacksTest SetUp"); in SetUp() 68 ScopedSuspendAll ssa("RuntimeCallbacksTest TearDown"); in TearDown()
|
D | thread_list.cc | 1442 ScopedSuspendAll::ScopedSuspendAll(const char* cause, bool long_suspend) { in ScopedSuspendAll() function in art::ScopedSuspendAll 1446 ScopedSuspendAll::~ScopedSuspendAll() { in ~ScopedSuspendAll()
|
D | trace.cc | 299 ScopedSuspendAll ssa(__FUNCTION__); in RunSamplingThread() 411 ScopedSuspendAll ssa(__FUNCTION__); in Start() 476 ScopedSuspendAll ssa(__FUNCTION__); in StopTracing()
|
D | oat_file_manager.cc | 287 ScopedSuspendAll ssa("Add image space"); in OpenDexFilesFromOat() 315 ScopedSuspendAll ssa("Remove image space"); in OpenDexFilesFromOat()
|
/art/test/2031-zygote-compiled-frame-deopt/ |
D | native-wait.cc | 48 ScopedSuspendAll ssa(__FUNCTION__); in Java_art_Test2031_simulateZygoteFork()
|
/art/test/2011-stack-walk-concurrent-instrument/ |
D | stack_walk_concurrent.cc | 87 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_waitAndDeopt()
|
/art/runtime/gc/ |
D | heap-visit-objects-inl.h | 54 ScopedSuspendAll ssa(__FUNCTION__); in VisitObjects()
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 135 art::ScopedSuspendAll ssa("starting fast tracing"); in StartTracing() 163 art::ScopedSuspendAll ssa("Add phase callback"); in ArtPlugin_Initialize()
|
/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() 212 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()
|
/art/runtime/verifier/ |
D | class_verifier.cc | 125 ScopedSuspendAll ssa("Update method flags for reverify"); in ReverifyClass()
|