Searched refs:RecordFree (Results 1 – 8 of 8) sorted by relevance
260 void GarbageCollector::RecordFree(const ObjectBytePair& freed) { in RecordFree() function in art::gc::collector::GarbageCollector262 heap_->RecordFree(freed.objects, freed.bytes); in RecordFree()266 heap_->RecordFree(freed.objects, freed.bytes); in RecordFreeLOS()
109 void RecordFree(const ObjectBytePair& freed);
214 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()520 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()
1299 RecordFree(freed); in SweepArray()1326 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()
2427 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()2517 RecordFree(freed); in SweepArray()2719 RecordFree(ObjectBytePair(freed_objects, freed_bytes)); in ReclaimPhase()
159 void RecordFree(int32_t objects, int32_t bytes) { in RecordFree() function
530 void RecordFree(uint64_t freed_objects, int64_t freed_bytes);
1688 void Heap::RecordFree(uint64_t freed_objects, int64_t freed_bytes) { in RecordFree() function in art::gc::Heap