Home | History | Annotate | Download | only in gc

Lines Matching refs:gc_cause

2636                                            GcCause gc_cause) {
2643 semi_space_collector_->Run(gc_cause, false);
2688 GcCause gc_cause,
2721 WaitForGcToCompleteLocked(gc_cause, self);
2733 if (gc_cause == kGcCauseForAlloc && runtime->HasStatsEnabled()) {
2790 collector->Run(gc_cause, clear_soft_references || runtime->IsZygote());
2798 LogGC(gc_cause, collector);
2818 void Heap::LogGC(GcCause gc_cause, collector::GarbageCollector* collector) {
2823 bool log_gc = kLogAllGCs || gc_cause == kGcCauseExplicit;
2827 (gc_cause == kGcCauseForAlloc && duration > long_pause_log_threshold_);
2841 LOG(INFO) << gc_cause << " " << collector->GetName()