Lines Matching refs:FULL_GC
1115 gcType = TriggerGCType::FULL_GC;
1117 if (fullGCRequested_ && thread_->IsReadyToConcurrentMark() && gcType != TriggerGCType::FULL_GC) {
1118 gcType = TriggerGCType::FULL_GC;
1120 if (oldGCRequested_ && gcType != TriggerGCType::FULL_GC) {
1126 gcType = TriggerGCType::FULL_GC;
1197 case TriggerGCType::FULL_GC:
1221 if (gcType == TriggerGCType::FULL_GC || IsConcurrentFullMark()) {
1254 if (shouldThrowOOMError_ && gcType_ == TriggerGCType::FULL_GC) {
1701 CollectGarbage(TriggerGCType::FULL_GC, reason);
1713 CollectGarbage(TriggerGCType::FULL_GC, reason);
2149 CollectGarbage(TriggerGCType::FULL_GC, GCReason::SWITCH_BACKGROUND);