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

/art/runtime/gc/
H A Dheap.cc1028 FinishGC(self, collector::kGcTypeNone);
1565 FinishGC(self, collector::kGcTypeNone);
1598 FinishGC(self, collector::kGcTypeFull);
1646 FinishGC(self, collector::kGcTypeNone);
1731 FinishGC(self, collector::kGcTypeFull);
2199 FinishGC(self, gc_type);
2205 void Heap::FinishGC(Thread* self, collector::GcType gc_type) { function in class:art::gc::Heap
H A Dheap.h609 void FinishGC(Thread* self, collector::GcType gc_type) LOCKS_EXCLUDED(gc_complete_lock_);

Completed in 19 milliseconds