Searched refs:gcs (Results 1 – 9 of 9) sorted by relevance
/art/test/597-deopt-new-string/ |
D | deopt.cc | 32 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_deoptimizeAll() local 51 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_undeoptimizeAll() local
|
/art/runtime/ |
D | instrumentation_test.cc | 157 gc::ScopedGCCriticalSection gcs(soa.Self(), in CheckConfigureStubs() local 212 gc::ScopedGCCriticalSection gcs(self, in DeoptimizeMethod() local 228 gc::ScopedGCCriticalSection gcs(self, in UndeoptimizeMethod() local 243 gc::ScopedGCCriticalSection gcs(self, in DeoptimizeEverything() local 258 gc::ScopedGCCriticalSection gcs(self, in UndeoptimizeEverything() local 273 gc::ScopedGCCriticalSection gcs(self, in EnableMethodTracing() local 285 gc::ScopedGCCriticalSection gcs(self, in DisableMethodTracing() local
|
D | trace.cc | 358 gc::ScopedGCCriticalSection gcs(self, in Start() local 416 gc::ScopedGCCriticalSection gcs(self, in StopTracing() local 506 gc::ScopedGCCriticalSection gcs(self, in Pause() local 549 gc::ScopedGCCriticalSection gcs(self, in Resume() local
|
D | oat_file_manager.cc | 721 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat() local 745 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat() local
|
D | runtime.cc | 2309 gc::ScopedGCCriticalSection gcs(Thread::Current(), in AddSystemWeakHolder() local 2318 gc::ScopedGCCriticalSection gcs(Thread::Current(), in RemoveSystemWeakHolder() local
|
D | debugger.cc | 651 gc::ScopedGCCriticalSection gcs(self, in Disconnected() local 2421 gc::ScopedGCCriticalSection gcs(Thread::Current(), in SuspendVM() local 3283 gc::ScopedGCCriticalSection gcs(self, in ManageDeoptimization() local 4177 gc::ScopedGCCriticalSection gcs(soa.Self(), gc::kGcCauseDebugger, gc::kCollectorTypeDebugger); in ExecuteMethodWithoutPendingException() local
|
D | class_linker.cc | 6920 gc::ScopedGCCriticalSection gcs(self_, in ClobberOldMethods() local
|
/art/runtime/hprof/ |
D | hprof.cc | 1459 gc::ScopedGCCriticalSection gcs(self, in DumpHeap() local
|
/art/runtime/gc/ |
D | heap.cc | 1365 ScopedGCCriticalSection gcs(self, kGcCauseTrim, kCollectorTypeHeapTrim); in Trim() local 1849 gc::ScopedGCCriticalSection gcs(Thread::Current(), in GetObjectsAllocated() local
|