Home
last modified time | relevance | path

Searched refs:FinishGC (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dscoped_gc_critical_section.cc40 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone); in ~ScopedGCCriticalSection()
Dheap.cc1458 FinishGC(self, collector::kGcTypeNone); in TrimSpaces()
2048 FinishGC(self, collector::kGcTypeNone); in PerformHomogeneousSpaceCompact()
2083 FinishGC(self, collector::kGcTypeFull); in PerformHomogeneousSpaceCompact()
2135 FinishGC(self, collector::kGcTypeNone); in TransitionCollector()
2230 FinishGC(self, collector::kGcTypeFull); in TransitionCollector()
2757 FinishGC(self, gc_type); in CollectGarbageInternal()
2804 void Heap::FinishGC(Thread* self, collector::GcType gc_type) { in FinishGC() function in art::gc::Heap
Dheap.h841 void FinishGC(Thread* self, collector::GcType gc_type) REQUIRES(!*gc_complete_lock_);