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

/art/runtime/gc/
H A Dscoped_gc_critical_section.cc40 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone);
H A Dheap.cc1369 FinishGC(self, collector::kGcTypeNone);
1919 FinishGC(self, collector::kGcTypeNone);
1954 FinishGC(self, collector::kGcTypeFull);
2009 FinishGC(self, collector::kGcTypeNone);
2104 FinishGC(self, collector::kGcTypeFull);
2625 FinishGC(self, gc_type);
2628 // Unload native libraries for class unloading. We do this after calling FinishGC to prevent
2672 void Heap::FinishGC(Thread* self, collector::GcType gc_type) { function in class:art::gc::Heap
H A Dheap.h850 void FinishGC(Thread* self, collector::GcType gc_type) REQUIRES(!*gc_complete_lock_);

Completed in 135 milliseconds