Lines Matching refs:GcCause
410 EXPORT void CollectGarbage(bool clear_soft_references, GcCause cause = kGcCauseExplicit)
415 void ConcurrentGC(Thread* self, GcCause cause, bool force_full, uint32_t requested_gc_num)
488 EXPORT collector::GcType WaitForGcToComplete(GcCause cause, Thread* self)
888 bool RequestConcurrentGC(Thread* self, GcCause cause, bool force_full, uint32_t observed_gc_num)
1039 GcCause gc_cause)
1042 void LogGC(GcCause gc_cause, collector::GarbageCollector* collector);
1043 void StartGC(Thread* self, GcCause cause, CollectorType collector_type)
1045 void StartGCRunnable(Thread* self, GcCause cause, CollectorType collector_type)
1170 collector::GcType WaitForGcToCompleteLocked(GcCause cause, Thread* self)
1191 GcCause gc_cause,
1459 volatile GcCause last_gc_cause_ GUARDED_BY(gc_complete_lock_);