Home
last modified time | relevance | path

Searched refs:ScopedGCCriticalSection (Results 1 – 17 of 17) 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.h51 class ScopedGCCriticalSection {
53 ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type)
55 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
Dheap.h1626 friend class ScopedGCCriticalSection; variable
Dheap.cc1443 ScopedGCCriticalSection gcs(self, kGcCauseTrim, kCollectorTypeHeapTrim); in Trim()
1921 gc::ScopedGCCriticalSection gcs(Thread::Current(), in GetObjectsAllocated()
/art/test/597-deopt-new-string/
Ddeopt.cc34 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_deoptimizeAll()
53 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_undeoptimizeAll()
/art/runtime/
Dinstrumentation_test.cc198 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()
Dtrace.cc296 gc::ScopedGCCriticalSection gcs(self, in RunSamplingThread()
408 gc::ScopedGCCriticalSection gcs(self, in Start()
473 gc::ScopedGCCriticalSection gcs(self, in StopTracing()
Doat_file_manager.cc284 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat()
312 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat()
Druntime.cc2805 gc::ScopedGCCriticalSection gcs(Thread::Current(), in AddSystemWeakHolder()
2814 gc::ScopedGCCriticalSection gcs(Thread::Current(), in RemoveSystemWeakHolder()
Dclass_linker.cc4160 gc::ScopedGCCriticalSection gcs(self, gc::kGcCauseClassLinker, gc::kCollectorTypeClassLinker); in RegisterExistingDexCache()
4224 gc::ScopedGCCriticalSection gcs(self, gc::kGcCauseClassLinker, gc::kCollectorTypeClassLinker); in RegisterDexFile()
7759 gc::ScopedGCCriticalSection gcs(self_, in ClobberOldMethods()
/art/tools/tracefast-plugin/
Dtracefast.cc132 art::gc::ScopedGCCriticalSection gcs(self, in StartTracing()
/art/openjdkjvmti/
Ddeopt_manager.cc491 art::gc::ScopedGCCriticalSection sgccs(art::Thread::Current(), in DeoptimizeThread()
Devents.cc1661 art::gc::ScopedGCCriticalSection gcs(self, in Shutdown()
Dti_heap.cc1932 art::gc::ScopedGCCriticalSection sgccs( in ChangeArraySize()
/art/perfetto_hprof/
Dperfetto_hprof.cc474 art::gc::ScopedGCCriticalSection gcs(self, art::gc::kGcCauseHprof, in DumpPerfetto()
/art/runtime/jit/
Dprofile_saver.cc345 gc::ScopedGCCriticalSection sgcs(self, in SampleClassesAndExecutedMethods()
/art/runtime/hprof/
Dhprof.cc1606 gc::ScopedGCCriticalSection gcs(self, in DumpHeap()