Searched refs:RecordFree (Results 1 – 9 of 9) sorted by relevance
175 void GarbageCollector::RecordFree(const ObjectBytePair& freed) { in RecordFree() function in art::gc::collector::GarbageCollector177 heap_->RecordFree(freed.objects, freed.bytes); in RecordFree()181 heap_->RecordFree(freed.objects, freed.bytes); in RecordFreeLOS()
181 void RecordFree(const ObjectBytePair& freed);
402 space_->RecordFree(objects_freed, bytes_freed); in Compact()403 RecordFree(ObjectBytePair(objects_freed, bytes_freed)); in Compact()555 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()
265 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()677 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()
1276 RecordFree(freed); in SweepArray()1303 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()
1218 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()1334 RecordFree(ObjectBytePair(freed_objects, freed_bytes)); in ReclaimPhase()
151 void RecordFree(int32_t objects, int32_t bytes) { in RecordFree() function
431 void RecordFree(uint64_t freed_objects, int64_t freed_bytes);
1633 void Heap::RecordFree(uint64_t freed_objects, int64_t freed_bytes) { in RecordFree() function in art::gc::Heap