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.h51 class ScopedGCCriticalSection {
53 ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type)
55 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
Dheap.h1568 friend class ScopedGCCriticalSection; variable
Dheap.cc1423 ScopedGCCriticalSection gcs(self, kGcCauseTrim, kCollectorTypeHeapTrim); in Trim()
1913 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.cc195 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()
Dtrace.cc295 gc::ScopedGCCriticalSection gcs(self, in RunSamplingThread()
407 gc::ScopedGCCriticalSection gcs(self, in Start()
472 gc::ScopedGCCriticalSection gcs(self, in StopTracing()
Doat_file_manager.cc564 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat()
593 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat()
Druntime.cc2714 gc::ScopedGCCriticalSection gcs(Thread::Current(), in AddSystemWeakHolder()
2723 gc::ScopedGCCriticalSection gcs(Thread::Current(), in RemoveSystemWeakHolder()
Ddebugger.cc712 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()
Dclass_linker.cc3929 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/
Dtracefast.cc129 art::gc::ScopedGCCriticalSection gcs(self, in StartTracing()
/art/openjdkjvmti/
Ddeopt_manager.cc490 art::gc::ScopedGCCriticalSection sgccs(art::Thread::Current(), in DeoptimizeThread()
Devents.cc1391 art::gc::ScopedGCCriticalSection gcs(self, in Shutdown()
/art/runtime/jit/
Dprofile_saver.cc339 gc::ScopedGCCriticalSection sgcs(self, in SampleClassesAndExecutedMethods()
/art/runtime/hprof/
Dhprof.cc1607 gc::ScopedGCCriticalSection gcs(self, in DumpHeap()