Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc260 void GarbageCollector::RecordFree(const ObjectBytePair& freed) { in RecordFree() function in art::gc::collector::GarbageCollector
262 heap_->RecordFree(freed.objects, freed.bytes); in RecordFree()
266 heap_->RecordFree(freed.objects, freed.bytes); in RecordFreeLOS()
Dgarbage_collector.h109 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.cc2427 RecordFree(alloc_space->Sweep(swap_bitmaps)); in Sweep()
2517 RecordFree(freed); in SweepArray()
2719 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.h530 void RecordFree(uint64_t freed_objects, int64_t freed_bytes);
Dheap.cc1688 void Heap::RecordFree(uint64_t freed_objects, int64_t freed_bytes) { in RecordFree() function in art::gc::Heap