Home
last modified time | relevance | path

Searched refs:GcCause (Results 1 – 12 of 12) sorted by relevance

/art/runtime/gc/
Dgc_cause.h26 enum GcCause { enum
67 const char* PrettyCause(GcCause cause);
68 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause);
Dgc_cause.cc29 const char* PrettyCause(GcCause cause) { in PrettyCause()
54 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause) { in operator <<()
Dscoped_gc_critical_section.h38 const char* Enter(GcCause cause, CollectorType type) ACQUIRE(Roles::uninterruptible_);
53 ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type)
Dscoped_gc_critical_section.cc27 const char* GCCriticalSection::Enter(GcCause cause, CollectorType type) { in Enter()
51 GcCause cause, in ScopedGCCriticalSection()
Dheap.h369 void CollectGarbage(bool clear_soft_references, GcCause cause = kGcCauseExplicit)
374 void ConcurrentGC(Thread* self, GcCause cause, bool force_full)
461 collector::GcType WaitForGcToComplete(GcCause cause, Thread* self) REQUIRES(!*gc_complete_lock_);
809 void RequestConcurrentGC(Thread* self, GcCause cause, bool force_full)
909 GcCause gc_cause)
912 void LogGC(GcCause gc_cause, collector::GarbageCollector* collector);
913 void StartGC(Thread* self, GcCause cause, CollectorType collector_type)
1050 collector::GcType WaitForGcToCompleteLocked(GcCause cause, Thread* self)
1064 GcCause gc_cause,
1305 volatile GcCause last_gc_cause_ GUARDED_BY(gc_complete_lock_);
Dheap.cc1467 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC()
2026 void Heap::CollectGarbage(bool clear_soft_references, GcCause cause) { in CollectGarbage()
2636 GcCause gc_cause) { in Compact()
2688 GcCause gc_cause, in CollectGarbageInternal()
2818 void Heap::LogGC(GcCause gc_cause, collector::GarbageCollector* collector) { in LogGC()
3538 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete()
3544 collector::GcType Heap::WaitForGcToCompleteLocked(GcCause cause, Thread* self) { in WaitForGcToCompleteLocked()
3547 GcCause last_gc_cause = kGcCauseNone; in WaitForGcToCompleteLocked()
3792 ConcurrentGCTask(uint64_t target_time, GcCause cause, bool force_full) in ConcurrentGCTask()
3801 const GcCause cause_;
[all …]
/art/runtime/gc/collector/
Diteration.h66 void Reset(GcCause gc_cause, bool clear_soft_references);
75 GcCause GetGcCause() const { in GetGcCause()
84 GcCause gc_cause_;
Dgarbage_collector.cc50 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) { in Reset()
146 void GarbageCollector::Run(GcCause gc_cause, bool clear_soft_references) { in Run()
Dgarbage_collector.h70 void Run(GcCause gc_cause, bool clear_soft_references) REQUIRES(!pause_histogram_lock_);
Dconcurrent_copying.cc394 GcCause gc_cause = GetCurrentIteration()->GetGcCause(); in InitializePhase()
/art/openjdkjvmti/
Ddeopt_manager.cc491 art::gc::GcCause::kGcCauseDebugger, in DeoptimizeThread()
/art/runtime/
Ddebugger.cc952 heap->CollectGarbage(/* clear_soft_references= */ false, gc::GcCause::kGcCauseDebugger); in GetInstanceCounts()
973 heap->CollectGarbage(/* clear_soft_references= */ false, gc::GcCause::kGcCauseDebugger); in GetInstances()
995 heap->CollectGarbage(/* clear_soft_references= */ false, gc::GcCause::kGcCauseDebugger); in GetReferringObjects()