Searched refs:GcCause (Results 1 – 12 of 12) sorted by relevance
/art/runtime/gc/ |
D | gc_cause.h | 28 enum GcCause { enum 71 const char* PrettyCause(GcCause cause); 72 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause);
|
D | gc_cause.cc | 29 const char* PrettyCause(GcCause cause) { in PrettyCause() 55 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause) { in operator <<()
|
D | scoped_gc_critical_section.h | 39 EXPORT const char* Enter(GcCause cause, CollectorType type) ACQUIRE(Roles::uninterruptible_); 54 EXPORT ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type)
|
D | scoped_gc_critical_section.cc | 27 const char* GCCriticalSection::Enter(GcCause cause, CollectorType type) { in Enter() 51 GcCause cause, in ScopedGCCriticalSection()
|
D | heap.h | 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, [all …]
|
D | heap.cc | 1648 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC() 1668 void Heap::StartGCRunnable(Thread* self, GcCause cause, CollectorType collector_type) { in StartGCRunnable() 2189 void Heap::CollectGarbage(bool clear_soft_references, GcCause cause) { in CollectGarbage() 2684 GcCause gc_cause) { in Compact() 2757 GcCause gc_cause, in CollectGarbageInternal() 2913 void Heap::LogGC(GcCause gc_cause, collector::GarbageCollector* collector) { in LogGC() 3651 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete() 3657 collector::GcType Heap::WaitForGcToCompleteLocked(GcCause cause, Thread* self) { in WaitForGcToCompleteLocked() 3660 GcCause last_gc_cause = kGcCauseNone; in WaitForGcToCompleteLocked() 3948 ConcurrentGCTask(uint64_t target_time, GcCause cause, bool force_full, uint32_t gc_num) in ConcurrentGCTask() [all …]
|
/art/runtime/gc/collector/ |
D | iteration.h | 73 void Reset(GcCause gc_cause, bool clear_soft_references); 82 GcCause GetGcCause() const { in GetGcCause() 91 GcCause gc_cause_;
|
D | garbage_collector.h | 72 void Run(GcCause gc_cause, bool clear_soft_references) REQUIRES(!pause_histogram_lock_);
|
D | garbage_collector.cc | 94 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) { in Reset() 193 void GarbageCollector::Run(GcCause gc_cause, bool clear_soft_references) { in Run()
|
D | concurrent_copying.cc | 434 GcCause gc_cause = GetCurrentIteration()->GetGcCause(); in InitializePhase()
|
/art/openjdkjvmti/ |
D | deopt_manager.cc | 513 art::gc::GcCause::kGcCauseDebugger, in DeoptimizeThread()
|
D | ti_heap.cc | 1940 self, art::gc::GcCause::kGcCauseDebugger, art::gc::CollectorType::kCollectorTypeDebugger); in ChangeArraySize()
|