/art/test/149-suspend-all-stress/ |
D | suspend_all.cc | 40 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_suspendAndResume() local 52 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_suspendAndResume() local
|
/art/test/597-deopt-new-string/ |
D | deopt.cc | 38 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_deoptimizeAll() local 57 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_undeoptimizeAll() local
|
/art/openjdkjvmti/ |
D | ti_dump.cc | 62 art::ScopedSuspendAll ssa("Add sigquit callback"); in Register() local 69 art::ScopedSuspendAll ssa("Remove sigquit callback"); in Unregister() local
|
D | ti_phase.cc | 144 art::ScopedSuspendAll ssa("Add phase callback"); in Register() local 151 art::ScopedSuspendAll ssa("Remove phase callback"); in Unregister() local
|
D | ti_search.cc | 204 art::ScopedSuspendAll ssa("Add search callback"); in Register() local 211 art::ScopedSuspendAll ssa("Remove search callback"); in Unregister() local
|
D | ti_object.cc | 95 art::ScopedSuspendAll ssa("GetObjectMonitorUsage", /*long_suspend*/false); in GetObjectMonitorUsage() local
|
D | deopt_manager.cc | 96 art::ScopedSuspendAll ssa("Add method Inspection Callback"); in Setup() local 104 art::ScopedSuspendAll ssa("remove method Inspection Callback"); in Shutdown() local
|
D | ti_class.cc | 362 art::ScopedSuspendAll ssa("FixupTempClass"); in FixupTempClass() local 528 art::ScopedSuspendAll ssa("Add load callback"); in Register() local 535 art::ScopedSuspendAll ssa("Remove thread callback"); in Unregister() local
|
D | ti_thread.cc | 120 art::ScopedSuspendAll ssa("Add thread callback"); in Register() local 147 art::ScopedSuspendAll ssa("Remove thread callback"); in Unregister() local
|
D | ti_method.cc | 96 art::ScopedSuspendAll ssa("Add method callback"); in Register() local 104 art::ScopedSuspendAll ssa("Remove method callback"); in Unregister() local
|
D | events.cc | 943 art::ScopedSuspendAll ssa("jvmti method tracing installation"); in SetupTraceListener() local 1181 art::ScopedSuspendAll ssa("jvmti method tracing uninstallation"); in Shutdown() local
|
D | ti_heap.cc | 1316 art::ScopedSuspendAll ssa("FollowReferences"); in FollowReferences() local
|
/art/runtime/ |
D | instrumentation_test.cc | 210 ScopedSuspendAll ssa("Instrumentation::ConfigureStubs"); in CheckConfigureStubs() local 236 ScopedSuspendAll ssa("Add instrumentation listener"); in TestEvent() local 260 ScopedSuspendAll ssa("Remove instrumentation listener"); in TestEvent() local 286 ScopedSuspendAll ssa("Single method deoptimization"); in DeoptimizeMethod() local 302 ScopedSuspendAll ssa("Single method undeoptimization"); in UndeoptimizeMethod() local 317 ScopedSuspendAll ssa("Full deoptimization"); in DeoptimizeEverything() local 332 ScopedSuspendAll ssa("Full undeoptimization"); in UndeoptimizeEverything() local 347 ScopedSuspendAll ssa("EnableMethodTracing"); in EnableMethodTracing() local 359 ScopedSuspendAll ssa("EnableMethodTracing"); in DisableMethodTracing() local
|
D | trace.cc | 312 ScopedSuspendAll ssa(__FUNCTION__); in RunSamplingThread() local 369 ScopedSuspendAll ssa(__FUNCTION__); in Start() local 431 ScopedSuspendAll ssa(__FUNCTION__); in StopTracing() local 515 ScopedSuspendAll ssa(__FUNCTION__); in Pause() local 558 ScopedSuspendAll ssa(__FUNCTION__); in Resume() local
|
D | oat_file_manager.cc | 552 ScopedSuspendAll ssa("Add image space"); in OpenDexFilesFromOat() local 581 ScopedSuspendAll ssa("Remove image space"); in OpenDexFilesFromOat() local
|
D | runtime_callbacks_test.cc | 59 ScopedSuspendAll ssa("RuntimeCallbacksTest SetUp"); in SetUp() local 68 ScopedSuspendAll ssa("RuntimeCallbacksTest TearDown"); in TearDown() local
|
D | instrumentation.cc | 720 ScopedSuspendAll ssa(__FUNCTION__); in SetEntrypointsInstrumented() local
|
/art/runtime/gc/accounting/ |
D | mod_union_table_test.cc | 191 ScopedSuspendAll ssa("Add image space"); in RunTest() local 263 ScopedSuspendAll ssa("Add image space"); in RunTest() local
|
/art/runtime/gc/space/ |
D | rosalloc_space.cc | 308 ScopedSuspendAll ssa(__FUNCTION__); in InspectAllRosAllocWithSuspendAll() local 374 ScopedSuspendAll ssa(__FUNCTION__); in DumpStats() local
|
D | space_create_test.cc | 175 ScopedSuspendAll ssa("Add image space"); in TEST_P() local
|
/art/runtime/jit/ |
D | jit.cc | 341 ScopedSuspendAll ssa(__FUNCTION__); in DeleteThreadPool() local
|
/art/runtime/hprof/ |
D | hprof.cc | 1609 ScopedSuspendAll ssa(__FUNCTION__, true /* long suspend */); in DumpHeap() local
|
/art/compiler/driver/ |
D | compiler_driver.cc | 1335 ScopedSuspendAll ssa(__FUNCTION__); in UpdateImageClasses() local
|
/art/oatdump/ |
D | oatdump.cc | 2123 ScopedSuspendAll ssa(__FUNCTION__); in Dump() local
|