Lines Matching full:garbagecollector
2179 collector::GarbageCollector* collector = nullptr;
2727 void Heap::PreGcVerificationPaused(collector::GarbageCollector* gc) {
2761 void Heap::PreGcVerification(collector::GarbageCollector* gc) {
2763 collector::GarbageCollector::ScopedPause pause(gc);
2768 void Heap::PrePauseRosAllocVerification(collector::GarbageCollector* gc) {
2775 void Heap::PreSweepingGcVerification(collector::GarbageCollector* gc) {
2801 void Heap::PostGcVerificationPaused(collector::GarbageCollector* gc) {
2825 void Heap::PostGcVerification(collector::GarbageCollector* gc) {
2827 collector::GarbageCollector::ScopedPause pause(gc);
2909 collector::GarbageCollector* Heap::FindCollectorByGcType(collector::GcType gc_type) {
2927 void Heap::GrowForUtilization(collector::GarbageCollector* collector_ran) {
2952 collector::GarbageCollector* non_sticky_collector = FindCollectorByGcType(non_sticky_gc_type);