Searched refs:ScopedGCCriticalSection (Results 1 – 16 of 16) sorted by relevance
/art/runtime/gc/ |
D | scoped_gc_critical_section.cc | 50 ScopedGCCriticalSection::ScopedGCCriticalSection(Thread* self, in ScopedGCCriticalSection() function in art::gc::ScopedGCCriticalSection 57 ScopedGCCriticalSection::~ScopedGCCriticalSection() { in ~ScopedGCCriticalSection()
|
D | scoped_gc_critical_section.h | 51 class ScopedGCCriticalSection { 53 ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type) 55 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
|
D | heap.h | 1568 friend class ScopedGCCriticalSection; variable
|
D | heap.cc | 1423 ScopedGCCriticalSection gcs(self, kGcCauseTrim, kCollectorTypeHeapTrim); in Trim() 1913 gc::ScopedGCCriticalSection gcs(Thread::Current(), in GetObjectsAllocated()
|
/art/test/597-deopt-new-string/ |
D | deopt.cc | 34 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_deoptimizeAll() 53 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_undeoptimizeAll()
|
/art/runtime/ |
D | instrumentation_test.cc | 195 gc::ScopedGCCriticalSection gcs(soa.Self(), in CheckConfigureStubs() 271 gc::ScopedGCCriticalSection gcs(self, in DeoptimizeMethod() 287 gc::ScopedGCCriticalSection gcs(self, in UndeoptimizeMethod() 302 gc::ScopedGCCriticalSection gcs(self, in DeoptimizeEverything() 317 gc::ScopedGCCriticalSection gcs(self, in UndeoptimizeEverything() 332 gc::ScopedGCCriticalSection gcs(self, in EnableMethodTracing() 344 gc::ScopedGCCriticalSection gcs(self, in DisableMethodTracing()
|
D | trace.cc | 295 gc::ScopedGCCriticalSection gcs(self, in RunSamplingThread() 407 gc::ScopedGCCriticalSection gcs(self, in Start() 472 gc::ScopedGCCriticalSection gcs(self, in StopTracing()
|
D | oat_file_manager.cc | 564 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat() 593 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat()
|
D | runtime.cc | 2714 gc::ScopedGCCriticalSection gcs(Thread::Current(), in AddSystemWeakHolder() 2723 gc::ScopedGCCriticalSection gcs(Thread::Current(), in RemoveSystemWeakHolder()
|
D | debugger.cc | 712 gc::ScopedGCCriticalSection gcs(self, in Disconnected() 2455 gc::ScopedGCCriticalSection gcs(Thread::Current(), in SuspendVM() 3259 gc::ScopedGCCriticalSection gcs(self, in ManageDeoptimization() 4122 gc::ScopedGCCriticalSection gcs(soa.Self(), gc::kGcCauseDebugger, gc::kCollectorTypeDebugger); in ExecuteMethodWithoutPendingException()
|
D | class_linker.cc | 3929 gc::ScopedGCCriticalSection gcs(self, gc::kGcCauseClassLinker, gc::kCollectorTypeClassLinker); in RegisterExistingDexCache() 3974 gc::ScopedGCCriticalSection gcs(self, gc::kGcCauseClassLinker, gc::kCollectorTypeClassLinker); in RegisterDexFile() 7478 gc::ScopedGCCriticalSection gcs(self_, in ClobberOldMethods()
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 129 art::gc::ScopedGCCriticalSection gcs(self, in StartTracing()
|
/art/openjdkjvmti/ |
D | deopt_manager.cc | 490 art::gc::ScopedGCCriticalSection sgccs(art::Thread::Current(), in DeoptimizeThread()
|
D | events.cc | 1391 art::gc::ScopedGCCriticalSection gcs(self, in Shutdown()
|
/art/runtime/jit/ |
D | profile_saver.cc | 339 gc::ScopedGCCriticalSection sgcs(self, in SampleClassesAndExecutedMethods()
|
/art/runtime/hprof/ |
D | hprof.cc | 1607 gc::ScopedGCCriticalSection gcs(self, in DumpHeap()
|