Lines Matching refs:gc_cause
2684 GcCause gc_cause) { in Compact() argument
2691 semi_space_collector_->Run(gc_cause, false); in Compact()
2757 GcCause gc_cause, in CollectGarbageInternal() argument
2799 WaitForGcToCompleteLocked(gc_cause, self); in CollectGarbageInternal()
2817 last_gc_cause_ = gc_cause; in CollectGarbageInternal()
2819 if (gc_cause == kGcCauseForAlloc && runtime->HasStatsEnabled()) { in CollectGarbageInternal()
2885 collector->Run(gc_cause, clear_soft_references || runtime->IsZygote()); in CollectGarbageInternal()
2893 LogGC(gc_cause, collector); in CollectGarbageInternal()
2913 void Heap::LogGC(GcCause gc_cause, collector::GarbageCollector* collector) { in LogGC() argument
2918 bool log_gc = kLogAllGCs || (gc_cause == kGcCauseExplicit && always_log_explicit_gcs_); in LogGC()
2922 (gc_cause == kGcCauseForAlloc && duration > long_pause_log_threshold_); in LogGC()
2946 LOG(INFO) << gc_cause << " " << collector->GetName() in LogGC()