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 | 52 class ScopedGCCriticalSection { 54 EXPORT ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type) 56 EXPORT ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
|
D | heap.h | 1768 friend class ScopedGCCriticalSection; variable
|
D | heap.cc | 1603 ScopedGCCriticalSection gcs(self, kGcCauseTrim, kCollectorTypeHeapTrim); in Trim() 2132 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() 47 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_undeoptimizeAll()
|
/art/runtime/ |
D | instrumentation_test.cc | 194 gc::ScopedGCCriticalSection gcs(soa.Self(), in CheckConfigureStubs() 270 gc::ScopedGCCriticalSection gcs(self, in DeoptimizeMethod() 283 gc::ScopedGCCriticalSection gcs(self, in UndeoptimizeMethod() 298 gc::ScopedGCCriticalSection gcs(self, in DeoptimizeEverything() 310 gc::ScopedGCCriticalSection gcs(self, in UndeoptimizeEverything() 326 gc::ScopedGCCriticalSection gcs(self, in EnableMethodTracing() 338 gc::ScopedGCCriticalSection gcs(self, in DisableMethodTracing()
|
D | trace.cc | 562 gc::ScopedGCCriticalSection gcs(self, in RunSamplingThread() 815 gc::ScopedGCCriticalSection gcs(self, in Start() 906 gc::ScopedGCCriticalSection gcs( in StopTracing()
|
D | runtime.cc | 3164 gc::ScopedGCCriticalSection gcs(Thread::Current(), in AddSystemWeakHolder() 3173 gc::ScopedGCCriticalSection gcs(Thread::Current(), in RemoveSystemWeakHolder()
|
D | class_linker.cc | 4308 gc::ScopedGCCriticalSection gcs(self, gc::kGcCauseClassLinker, gc::kCollectorTypeClassLinker); in RegisterExistingDexCache() 4394 gc::ScopedGCCriticalSection gcs(self, gc::kGcCauseClassLinker, gc::kCollectorTypeClassLinker); in RegisterDexFile() 7483 gc::ScopedGCCriticalSection gcs(self_, in ClobberOldMethods()
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 125 art::gc::ScopedGCCriticalSection gcs(self, in StartTracing()
|
/art/runtime/oat/ |
D | oat_file_manager.cc | 321 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat() 352 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat()
|
/art/openjdkjvmti/ |
D | deopt_manager.cc | 512 art::gc::ScopedGCCriticalSection sgccs(art::Thread::Current(), in DeoptimizeThread()
|
D | events.cc | 1645 art::gc::ScopedGCCriticalSection gcs(self, in Shutdown()
|
D | ti_heap.cc | 1939 art::gc::ScopedGCCriticalSection sgccs( in ChangeArraySize()
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 977 std::optional<art::gc::ScopedGCCriticalSection> gcs(std::in_place, self, art::gc::kGcCauseHprof, in ForkAndRun()
|
/art/runtime/hprof/ |
D | hprof.cc | 1601 gc::ScopedGCCriticalSection gcs(self, in DumpHeap()
|