Home
last modified time | relevance | path

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

/art/runtime/gc/
Dscoped_gc_critical_section.cc36 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone); in ~ScopedGCCriticalSection()
Dheap.cc1474 FinishGC(self, collector::kGcTypeNone); in TrimSpaces()
2051 FinishGC(self, collector::kGcTypeNone); in PerformHomogeneousSpaceCompact()
2086 FinishGC(self, collector::kGcTypeFull); in PerformHomogeneousSpaceCompact()
2136 FinishGC(self, collector::kGcTypeNone); in TransitionCollector()
2231 FinishGC(self, collector::kGcTypeFull); in TransitionCollector()
2728 FinishGC(self, gc_type); in CollectGarbageInternal()
2775 void Heap::FinishGC(Thread* self, collector::GcType gc_type) { in FinishGC() function in art::gc::Heap
Dheap.h801 void FinishGC(Thread* self, collector::GcType gc_type) REQUIRES(!*gc_complete_lock_);