Searched refs:gcs (Results 1 – 12 of 12) sorted by relevance
/art/test/597-deopt-new-string/ |
D | deopt.cc | 34 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_deoptimizeAll() local 53 gc::ScopedGCCriticalSection gcs(Thread::Current(), in Java_Main_undeoptimizeAll() local
|
/art/runtime/ |
D | instrumentation_test.cc | 198 gc::ScopedGCCriticalSection gcs(soa.Self(), in CheckConfigureStubs() local 274 gc::ScopedGCCriticalSection gcs(self, in DeoptimizeMethod() local 290 gc::ScopedGCCriticalSection gcs(self, in UndeoptimizeMethod() local 305 gc::ScopedGCCriticalSection gcs(self, in DeoptimizeEverything() local 320 gc::ScopedGCCriticalSection gcs(self, in UndeoptimizeEverything() local 335 gc::ScopedGCCriticalSection gcs(self, in EnableMethodTracing() local 347 gc::ScopedGCCriticalSection gcs(self, in DisableMethodTracing() local
|
D | trace.cc | 296 gc::ScopedGCCriticalSection gcs(self, in RunSamplingThread() local 408 gc::ScopedGCCriticalSection gcs(self, in Start() local 473 gc::ScopedGCCriticalSection gcs(self, in StopTracing() local
|
D | oat_file_manager.cc | 284 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat() local 312 gc::ScopedGCCriticalSection gcs(self, in OpenDexFilesFromOat() local
|
D | runtime.cc | 2805 gc::ScopedGCCriticalSection gcs(Thread::Current(), in AddSystemWeakHolder() local 2814 gc::ScopedGCCriticalSection gcs(Thread::Current(), in RemoveSystemWeakHolder() local
|
D | class_linker.cc | 4160 gc::ScopedGCCriticalSection gcs(self, gc::kGcCauseClassLinker, gc::kCollectorTypeClassLinker); in RegisterExistingDexCache() local 4224 gc::ScopedGCCriticalSection gcs(self, gc::kGcCauseClassLinker, gc::kCollectorTypeClassLinker); in RegisterDexFile() local 7759 gc::ScopedGCCriticalSection gcs(self_, in ClobberOldMethods() local
|
/art/tools/luci/config/ |
D | luci-milo.cfg | 94 short_name: "gcs"
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 132 art::gc::ScopedGCCriticalSection gcs(self, in StartTracing() local
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 474 art::gc::ScopedGCCriticalSection gcs(self, art::gc::kGcCauseHprof, in DumpPerfetto() local
|
/art/runtime/hprof/ |
D | hprof.cc | 1606 gc::ScopedGCCriticalSection gcs(self, in DumpHeap() local
|
/art/openjdkjvmti/ |
D | events.cc | 1661 art::gc::ScopedGCCriticalSection gcs(self, in Shutdown() local
|
/art/runtime/gc/ |
D | heap.cc | 1443 ScopedGCCriticalSection gcs(self, kGcCauseTrim, kCollectorTypeHeapTrim); in Trim() local 1921 gc::ScopedGCCriticalSection gcs(Thread::Current(), in GetObjectsAllocated() local
|