Lines Matching refs:gc_cause
2352 GcCause gc_cause) { in Compact() argument
2359 semi_space_collector_->Run(gc_cause, false); in Compact()
2370 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, GcCause gc_cause, in CollectGarbageInternal() argument
2400 WaitForGcToCompleteLocked(gc_cause, self); in CollectGarbageInternal()
2409 if (gc_cause == kGcCauseForAlloc && runtime->HasStatsEnabled()) { in CollectGarbageInternal()
2468 collector->Run(gc_cause, clear_soft_references || runtime->IsZygote()); in CollectGarbageInternal()
2476 LogGC(gc_cause, collector); in CollectGarbageInternal()
2483 void Heap::LogGC(GcCause gc_cause, collector::GarbageCollector* collector) { in LogGC() argument
2488 bool log_gc = gc_cause == kGcCauseExplicit; in LogGC()
2492 (gc_cause == kGcCauseForAlloc && duration > long_pause_log_threshold_); in LogGC()
2506 LOG(INFO) << gc_cause << " " << collector->GetName() in LogGC()