Home
last modified time | relevance | path

Searched refs:ScopedGCCriticalSection (Results 1 – 16 of 16) sorted by relevance

/art/runtime/gc/
Dscoped_gc_critical_section.cc50 ScopedGCCriticalSection::ScopedGCCriticalSection(Thread* self, in ScopedGCCriticalSection() function in art::gc::ScopedGCCriticalSection
57 ScopedGCCriticalSection::~ScopedGCCriticalSection() { in ~ScopedGCCriticalSection()
Dscoped_gc_critical_section.h52 class ScopedGCCriticalSection {
54 EXPORT ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type)
56 EXPORT ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
Dheap.h1768 friend class ScopedGCCriticalSection; variable
Dheap.cc1603 ScopedGCCriticalSection gcs(self, kGcCauseTrim, kCollectorTypeHeapTrim); in Trim()
2132 gc::ScopedGCCriticalSection gcs(Thread::Current(), in GetObjectsAllocated()
/art/test/597-deopt-new-string/
Ddeopt.cc34 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_deoptimizeAll()
47 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_undeoptimizeAll()
/art/runtime/
Dinstrumentation_test.cc194 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()
Dtrace.cc562 gc::ScopedGCCriticalSection gcs(self, in RunSamplingThread()
815 gc::ScopedGCCriticalSection gcs(self, in Start()
906 gc::ScopedGCCriticalSection gcs( in StopTracing()
Druntime.cc3164 gc::ScopedGCCriticalSection gcs(Thread::Current(), in AddSystemWeakHolder()
3173 gc::ScopedGCCriticalSection gcs(Thread::Current(), in RemoveSystemWeakHolder()
Dclass_linker.cc4308 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/
Dtracefast.cc125 art::gc::ScopedGCCriticalSection gcs(self, in StartTracing()
/art/runtime/oat/
Doat_file_manager.cc321 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat()
352 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat()
/art/openjdkjvmti/
Ddeopt_manager.cc512 art::gc::ScopedGCCriticalSection sgccs(art::Thread::Current(), in DeoptimizeThread()
Devents.cc1645 art::gc::ScopedGCCriticalSection gcs(self, in Shutdown()
Dti_heap.cc1939 art::gc::ScopedGCCriticalSection sgccs( in ChangeArraySize()
/art/perfetto_hprof/
Dperfetto_hprof.cc977 std::optional<art::gc::ScopedGCCriticalSection> gcs(std::in_place, self, art::gc::kGcCauseHprof, in ForkAndRun()
/art/runtime/hprof/
Dhprof.cc1601 gc::ScopedGCCriticalSection gcs(self, in DumpHeap()