Searched defs:FinishGC (Results 1 - 1 of 1) 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

Completed in 137 milliseconds