Searched refs:ScopedGCCriticalSection (Results 1 – 9 of 9) sorted by relevance
/art/runtime/gc/ |
D | scoped_gc_critical_section.cc | 27 ScopedGCCriticalSection::ScopedGCCriticalSection(Thread* self, in ScopedGCCriticalSection() function in art::gc::ScopedGCCriticalSection 34 ScopedGCCriticalSection::~ScopedGCCriticalSection() { in ~ScopedGCCriticalSection()
|
D | scoped_gc_critical_section.h | 33 class ScopedGCCriticalSection { 35 ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type) 37 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
|
D | heap.h | 1359 friend class ScopedGCCriticalSection; variable
|
/art/test/597-deopt-new-string/ |
D | deopt.cc | 32 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_deoptimizeAll() 51 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_undeoptimizeAll()
|
/art/runtime/ |
D | instrumentation_test.cc | 156 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()
|
D | trace.cc | 352 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()
|
D | oat_file_manager.cc | 649 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat() 673 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat()
|
D | debugger.cc | 654 gc::ScopedGCCriticalSection gcs(self, in Disconnected() 3222 gc::ScopedGCCriticalSection gcs(self, in ManageDeoptimization()
|
D | class_linker.cc | 7020 gc::ScopedGCCriticalSection gcs(self, in LinkInterfaceMethods()
|