HomeSort by relevance Sort by last modified time
    Searched refs:GcCause (Results 1 - 10 of 10) sorted by null

  /art/runtime/gc/
gc_cause.h 26 enum GcCause {
70 const char* PrettyCause(GcCause cause);
71 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause);
gc_cause.cc 26 const char* PrettyCause(GcCause cause) {
52 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause) {
scoped_gc_critical_section.h 35 ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type)
scoped_gc_critical_section.cc 28 GcCause cause,
heap.h 333 void ConcurrentGC(Thread* self, GcCause cause, bool force_full)
399 collector::GcType WaitForGcToComplete(GcCause cause, Thread* self) REQUIRES(!*gc_complete_lock_);
746 void RequestConcurrentGC(Thread* self, GcCause cause, bool force_full)
834 GcCause gc_cause)
837 void LogGC(GcCause gc_cause, collector::GarbageCollector* collector);
838 void StartGC(Thread* self, GcCause cause, CollectorType collector_type)
    [all...]
heap.cc     [all...]
  /art/runtime/gc/collector/
iteration.h 65 void Reset(GcCause gc_cause, bool clear_soft_references);
74 GcCause GetGcCause() const {
83 GcCause gc_cause_;
garbage_collector.h 70 void Run(GcCause gc_cause, bool clear_soft_references) REQUIRES(!pause_histogram_lock_);
garbage_collector.cc 48 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) {
87 void GarbageCollector::Run(GcCause gc_cause, bool clear_soft_references) {
concurrent_copying.cc 300 GcCause gc_cause = GetCurrentIteration()->GetGcCause();
    [all...]

Completed in 471 milliseconds