Home
last modified time | relevance | path

Searched refs:RecordFree (Results 1 – 8 of 8) sorted by relevance

/art/runtime/gc/collector/
Dgarbage_collector.cc297 void GarbageCollector::RecordFree(const ObjectBytePair& freed) { in RecordFree() function in art::gc::collector::GarbageCollector
299 heap_->RecordFree(freed.objects, freed.bytes); in RecordFree()
303 heap_->RecordFree(freed.objects, freed.bytes); in RecordFreeLOS()
Dgarbage_collector.h113 void RecordFree(const ObjectBytePair& freed);
Dsemi_space.cc214 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()
520 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()
Dmark_sweep.cc1299 RecordFree(freed); in SweepArray()
1326 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()
Dconcurrent_copying.cc2500 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()
2590 RecordFree(freed); in SweepArray()
2792 RecordFree(ObjectBytePair(freed_objects, freed_bytes)); in ReclaimPhase()
/art/runtime/gc/space/
Dbump_pointer_space.h159 void RecordFree(int32_t objects, int32_t bytes) { in RecordFree() function
/art/runtime/gc/
Dheap.h522 void RecordFree(uint64_t freed_objects, int64_t freed_bytes);
Dheap.cc1744 void Heap::RecordFree(uint64_t freed_objects, int64_t freed_bytes) { in RecordFree() function in art::gc::Heap