Searched refs:FinishGC (Results 1 – 3 of 3) sorted by relevance
47 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone); in Exit()70 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone); in ~ScopedInterruptibleGCCriticalSection()
1537 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
943 void FinishGC(Thread* self, collector::GcType gc_type) REQUIRES(!*gc_complete_lock_);