/art/test/429-ssa-builder/ |
D | Android.bp | 3 // Build rules for ART run-test `429-ssa-builder`. 16 name: "art-run-test-429-ssa-builder", 21 ":art-run-test-429-ssa-builder-expected-stdout", 22 ":art-run-test-429-ssa-builder-expected-stderr", 28 name: "art-run-test-429-ssa-builder-expected-stdout", 29 out: ["art-run-test-429-ssa-builder-expected-stdout.txt"], 36 name: "art-run-test-429-ssa-builder-expected-stderr", 37 out: ["art-run-test-429-ssa-builder-expected-stderr.txt"],
|
/art/test/559-bce-ssa/ |
D | Android.bp | 3 // Build rules for ART run-test `559-bce-ssa`. 16 name: "art-run-test-559-bce-ssa", 21 ":art-run-test-559-bce-ssa-expected-stdout", 22 ":art-run-test-559-bce-ssa-expected-stderr", 28 name: "art-run-test-559-bce-ssa-expected-stdout", 29 out: ["art-run-test-559-bce-ssa-expected-stdout.txt"], 36 name: "art-run-test-559-bce-ssa-expected-stderr", 37 out: ["art-run-test-559-bce-ssa-expected-stderr.txt"],
|
/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 | 64 art::ScopedSuspendAll ssa("Add sigquit callback"); in Register() local 71 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_breakpoint.cc | 106 art::ScopedSuspendAll ssa("Add breakpoint reflective value visit callback"); in Register() local 114 art::ScopedSuspendAll ssa("Remove reflective value visit callback"); in Unregister() local
|
D | deopt_manager.cc | 104 art::ScopedSuspendAll ssa("Add method Inspection Callback"); in Setup() local 112 art::ScopedSuspendAll ssa("remove method Inspection Callback"); in Shutdown() local 494 art::ScopedSuspendAll ssa("Instrument thread stack"); in DeoptimizeThread() local
|
D | ti_object.cc | 95 art::ScopedSuspendAll ssa("GetObjectMonitorUsage", /*long_suspend=*/false); in GetObjectMonitorUsage() local
|
D | ti_field.cc | 115 art::ScopedSuspendAll ssa("Add reflective value visit callback"); in Register() local 123 art::ScopedSuspendAll ssa("Remove reflective value visit callback"); in Unregister() local
|
D | ti_search.cc | 211 art::ScopedSuspendAll ssa("Add search callback"); in Register() local 218 art::ScopedSuspendAll ssa("Remove search callback"); in Unregister() local
|
D | ti_class.cc | 372 art::ScopedSuspendAll ssa("FixupTempClass"); in FixupTempClass() local 538 art::ScopedSuspendAll ssa("Add load callback"); in Register() local 545 art::ScopedSuspendAll ssa("Remove thread callback"); in Unregister() local
|
/art/test/2031-zygote-compiled-frame-deopt/ |
D | native-wait.cc | 48 ScopedSuspendAll ssa(__FUNCTION__); in Java_art_Test2031_simulateZygoteFork() local
|
/art/runtime/ |
D | instrumentation_test.cc | 201 ScopedSuspendAll ssa("Instrumentation::ConfigureStubs"); in CheckConfigureStubs() local 227 ScopedSuspendAll ssa("Add instrumentation listener"); in TestEvent() local 251 ScopedSuspendAll ssa("Remove instrumentation listener"); in TestEvent() local 277 ScopedSuspendAll ssa("Single method deoptimization"); in DeoptimizeMethod() local 293 ScopedSuspendAll ssa("Single method undeoptimization"); in UndeoptimizeMethod() local 308 ScopedSuspendAll ssa("Full deoptimization"); in DeoptimizeEverything() local 323 ScopedSuspendAll ssa("Full undeoptimization"); in UndeoptimizeEverything() local 338 ScopedSuspendAll ssa("EnableMethodTracing"); in EnableMethodTracing() local 350 ScopedSuspendAll ssa("EnableMethodTracing"); in DisableMethodTracing() local
|
D | runtime_callbacks_test.cc | 59 ScopedSuspendAll ssa("RuntimeCallbacksTest SetUp"); in SetUp() local 68 ScopedSuspendAll ssa("RuntimeCallbacksTest TearDown"); in TearDown() local
|
D | trace.cc | 299 ScopedSuspendAll ssa(__FUNCTION__); in RunSamplingThread() local 411 ScopedSuspendAll ssa(__FUNCTION__); in Start() local 476 ScopedSuspendAll ssa(__FUNCTION__); in StopTracing() local
|
D | oat_file_manager.cc | 265 ScopedSuspendAll ssa("Add image space"); in OpenDexFilesFromOat() local 292 ScopedSuspendAll ssa("Remove image space"); in OpenDexFilesFromOat() local
|
/art/test/2011-stack-walk-concurrent-instrument/ |
D | stack_walk_concurrent.cc | 87 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_waitAndDeopt() local
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 135 art::ScopedSuspendAll ssa("starting fast tracing"); in StartTracing() local 163 art::ScopedSuspendAll ssa("Add phase callback"); in ArtPlugin_Initialize() local
|
/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() local 264 ScopedSuspendAll ssa("Add image space"); in RunTest() local
|
/art/runtime/gc/space/ |
D | rosalloc_space.cc | 375 ScopedSuspendAll ssa(__FUNCTION__); in InspectAllRosAllocWithSuspendAll() local 444 ScopedSuspendAll ssa(__FUNCTION__); in DumpStats() local
|
D | space_create_test.cc | 172 ScopedSuspendAll ssa("Add image space"); in TEST_P() local
|
/art/runtime/verifier/ |
D | class_verifier.cc | 126 ScopedSuspendAll ssa("Update method flags for reverify"); in ReverifyClass() local
|
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 213 ScopedSuspendAll ssa(__FUNCTION__); in EnableDebugFeatures() local
|