Searched refs:GcCause (Results 1 – 8 of 8) sorted by relevance
/art/runtime/gc/ |
D | gc_cause.h | 26 enum GcCause { enum 67 const char* PrettyCause(GcCause cause); 68 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause);
|
D | gc_cause.cc | 29 const char* PrettyCause(GcCause cause) { in PrettyCause() 54 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause) { in operator <<()
|
D | scoped_gc_critical_section.h | 35 ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type)
|
D | scoped_gc_critical_section.cc | 28 GcCause cause, in ScopedGCCriticalSection()
|
D | heap.h | 337 void CollectGarbage(bool clear_soft_references, GcCause cause = kGcCauseExplicit) 342 void ConcurrentGC(Thread* self, GcCause cause, bool force_full) 409 collector::GcType WaitForGcToComplete(GcCause cause, Thread* self) REQUIRES(!*gc_complete_lock_); 756 void RequestConcurrentGC(Thread* self, GcCause cause, bool force_full) 844 GcCause gc_cause) 847 void LogGC(GcCause gc_cause, collector::GarbageCollector* collector); 848 void StartGC(Thread* self, GcCause cause, CollectorType collector_type) 962 collector::GcType WaitForGcToCompleteLocked(GcCause cause, Thread* self) 976 GcCause gc_cause, 1200 volatile GcCause last_gc_cause_ GUARDED_BY(gc_complete_lock_);
|
/art/runtime/gc/collector/ |
D | iteration.h | 66 void Reset(GcCause gc_cause, bool clear_soft_references); 75 GcCause GetGcCause() const { in GetGcCause() 84 GcCause gc_cause_;
|
D | garbage_collector.cc | 48 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) { in Reset() 87 void GarbageCollector::Run(GcCause gc_cause, bool clear_soft_references) { in Run()
|
D | garbage_collector.h | 70 void Run(GcCause gc_cause, bool clear_soft_references) REQUIRES(!pause_histogram_lock_);
|