Home
last modified time | relevance | path

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

/art/runtime/gc/
Dscoped_gc_critical_section.cc27 ScopedGCCriticalSection::ScopedGCCriticalSection(Thread* self, in ScopedGCCriticalSection() function in art::gc::ScopedGCCriticalSection
34 ScopedGCCriticalSection::~ScopedGCCriticalSection() { in ~ScopedGCCriticalSection()
Dscoped_gc_critical_section.h33 class ScopedGCCriticalSection {
35 ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type)
37 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
Dheap.h1359 friend class ScopedGCCriticalSection; variable
/art/test/597-deopt-new-string/
Ddeopt.cc32 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_deoptimizeAll()
51 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_undeoptimizeAll()
/art/runtime/
Dinstrumentation_test.cc156 gc::ScopedGCCriticalSection gcs(soa.Self(), in CheckConfigureStubs()
211 gc::ScopedGCCriticalSection gcs(self, in DeoptimizeMethod()
227 gc::ScopedGCCriticalSection gcs(self, in UndeoptimizeMethod()
242 gc::ScopedGCCriticalSection gcs(self, in DeoptimizeEverything()
257 gc::ScopedGCCriticalSection gcs(self, in UndeoptimizeEverything()
272 gc::ScopedGCCriticalSection gcs(self, in EnableMethodTracing()
284 gc::ScopedGCCriticalSection gcs(self, in DisableMethodTracing()
Dtrace.cc352 gc::ScopedGCCriticalSection gcs(self, in Start()
410 gc::ScopedGCCriticalSection gcs(self, in StopTracing()
500 gc::ScopedGCCriticalSection gcs(self, in Pause()
543 gc::ScopedGCCriticalSection gcs(self, in Resume()
Doat_file_manager.cc649 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat()
673 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat()
Ddebugger.cc654 gc::ScopedGCCriticalSection gcs(self, in Disconnected()
3222 gc::ScopedGCCriticalSection gcs(self, in ManageDeoptimization()
Dclass_linker.cc7020 gc::ScopedGCCriticalSection gcs(self, in LinkInterfaceMethods()