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 | 1677 friend class ScopedGCCriticalSection; variable
|
D | heap.cc | 1499 ScopedGCCriticalSection gcs(self, kGcCauseTrim, kCollectorTypeHeapTrim); in Trim() 1979 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 | 198 gc::ScopedGCCriticalSection gcs(soa.Self(), in CheckConfigureStubs() 274 gc::ScopedGCCriticalSection gcs(self, in DeoptimizeMethod() 290 gc::ScopedGCCriticalSection gcs(self, in UndeoptimizeMethod() 305 gc::ScopedGCCriticalSection gcs(self, in DeoptimizeEverything() 320 gc::ScopedGCCriticalSection gcs(self, in UndeoptimizeEverything() 335 gc::ScopedGCCriticalSection gcs(self, in EnableMethodTracing() 347 gc::ScopedGCCriticalSection gcs(self, in DisableMethodTracing()
|
D | trace.cc | 296 gc::ScopedGCCriticalSection gcs(self, in RunSamplingThread() 408 gc::ScopedGCCriticalSection gcs(self, in Start() 473 gc::ScopedGCCriticalSection gcs(self, in StopTracing()
|
D | oat_file_manager.cc | 262 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat() 289 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat()
|
D | runtime.cc | 3036 gc::ScopedGCCriticalSection gcs(Thread::Current(), in AddSystemWeakHolder() 3045 gc::ScopedGCCriticalSection gcs(Thread::Current(), in RemoveSystemWeakHolder()
|
D | class_linker.cc | 3996 gc::ScopedGCCriticalSection gcs(self, gc::kGcCauseClassLinker, gc::kCollectorTypeClassLinker); in RegisterExistingDexCache() 4056 gc::ScopedGCCriticalSection gcs(self, gc::kGcCauseClassLinker, gc::kCollectorTypeClassLinker); in RegisterDexFile() 7714 gc::ScopedGCCriticalSection gcs(self_, in ClobberOldMethods()
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 132 art::gc::ScopedGCCriticalSection gcs(self, in StartTracing()
|
/art/openjdkjvmti/ |
D | deopt_manager.cc | 491 art::gc::ScopedGCCriticalSection sgccs(art::Thread::Current(), in DeoptimizeThread()
|
D | events.cc | 1661 art::gc::ScopedGCCriticalSection gcs(self, in Shutdown()
|
D | ti_heap.cc | 1932 art::gc::ScopedGCCriticalSection sgccs( in ChangeArraySize()
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 527 std::optional<art::gc::ScopedGCCriticalSection> gcs(std::in_place, self, art::gc::kGcCauseHprof, in DumpPerfetto()
|
/art/runtime/hprof/ |
D | hprof.cc | 1606 gc::ScopedGCCriticalSection gcs(self, in DumpHeap()
|