Home
last modified time | relevance | path

Searched refs:ScopedSuspendAll (Results 1 – 25 of 37) 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_search.cc205 art::ScopedSuspendAll ssa("Add search callback"); in Register()
212 art::ScopedSuspendAll ssa("Remove search callback"); in Unregister()
Dti_object.cc95 art::ScopedSuspendAll ssa("GetObjectMonitorUsage", /*long_suspend=*/false); in GetObjectMonitorUsage()
Ddeopt_manager.cc104 art::ScopedSuspendAll ssa("Add method Inspection Callback"); in Setup()
112 art::ScopedSuspendAll ssa("remove method Inspection Callback"); in Shutdown()
Dti_class.cc366 art::ScopedSuspendAll ssa("FixupTempClass"); in FixupTempClass()
532 art::ScopedSuspendAll ssa("Add load callback"); in Register()
539 art::ScopedSuspendAll ssa("Remove thread callback"); in Unregister()
Dti_method.cc100 art::ScopedSuspendAll ssa("Add method callback"); in Register()
108 art::ScopedSuspendAll ssa("Remove method callback"); in Unregister()
Dti_thread.cc160 art::ScopedSuspendAll ssa("Add thread callback"); in Register()
206 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.h241 class ScopedSuspendAll : public ValueObject {
243 explicit ScopedSuspendAll(const char* cause, bool long_suspend = false)
249 ~ScopedSuspendAll()
Dinstrumentation_test.cc198 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()
Druntime_callbacks_test.cc59 ScopedSuspendAll ssa("RuntimeCallbacksTest SetUp"); in SetUp()
68 ScopedSuspendAll ssa("RuntimeCallbacksTest TearDown"); in TearDown()
Dthread_list.cc1564 ScopedSuspendAll::ScopedSuspendAll(const char* cause, bool long_suspend) { in ScopedSuspendAll() function in art::ScopedSuspendAll
1568 ScopedSuspendAll::~ScopedSuspendAll() { in ~ScopedSuspendAll()
Dtrace.cc298 ScopedSuspendAll ssa(__FUNCTION__); in RunSamplingThread()
410 ScopedSuspendAll ssa(__FUNCTION__); in Start()
475 ScopedSuspendAll ssa(__FUNCTION__); in StopTracing()
Doat_file_manager.cc567 ScopedSuspendAll ssa("Add image space"); in OpenDexFilesFromOat()
596 ScopedSuspendAll ssa("Remove image space"); in OpenDexFilesFromOat()
/art/tools/tracefast-plugin/
Dtracefast.cc132 art::ScopedSuspendAll ssa("starting fast tracing"); in StartTracing()
160 art::ScopedSuspendAll ssa("Add phase callback"); in ArtPlugin_Initialize()
/art/runtime/gc/
Dheap-visit-objects-inl.h54 ScopedSuspendAll ssa(__FUNCTION__); in VisitObjects()
/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()
209 ScopedSuspendAll ssa(__FUNCTION__); in EnableDebugFeatures()
/art/runtime/gc/space/
Drosalloc_space.cc375 ScopedSuspendAll ssa(__FUNCTION__); in InspectAllRosAllocWithSuspendAll()
444 ScopedSuspendAll ssa(__FUNCTION__); in DumpStats()
Dspace_create_test.cc172 ScopedSuspendAll ssa("Add image space"); in TEST_P()
Dspace_test.h50 ScopedSuspendAll ssa("Add image space");
/art/test/common/
Druntime_state.cc380 ScopedSuspendAll ssa(__FUNCTION__); in Java_Main_deoptimizeBootImage()

12