Home
last modified time | relevance | path

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

/art/runtime/gc/
Dscoped_gc_critical_section.cc47 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone); in Exit()
70 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone); in ~ScopedInterruptibleGCCriticalSection()
Dheap.cc1537 FinishGC(self, collector::kGcTypeNone); in TrimSpaces()
2087 FinishGC(self, collector::kGcTypeNone); in PerformHomogeneousSpaceCompact()
2123 FinishGC(self, collector::kGcTypeFull); in PerformHomogeneousSpaceCompact()
2681 FinishGC(self, gc_type); in CollectGarbageInternal()
2735 void Heap::FinishGC(Thread* self, collector::GcType gc_type) { in FinishGC() function in art::gc::Heap
Dheap.h943 void FinishGC(Thread* self, collector::GcType gc_type) REQUIRES(!*gc_complete_lock_);