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

/art/runtime/gc/collector/
H A Dgarbage_collector.cc165 void GarbageCollector::RecordFree(const ObjectBytePair& freed) { function in class:art::gc::collector::GarbageCollector
167 heap_->RecordFree(freed.objects, freed.bytes);
171 heap_->RecordFree(freed.objects, freed.bytes);
H A Dgarbage_collector.h174 void RecordFree(const ObjectBytePair& freed);
H A Dmark_compact.cc390 t.NewTiming("RecordFree");
391 space_->RecordFree(objects_freed, bytes_freed);
392 RecordFree(ObjectBytePair(objects_freed, bytes_freed));
543 RecordFree(alloc_space->Sweep(swap_bitmaps));
H A Dsemi_space.cc252 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes));
648 RecordFree(alloc_space->Sweep(swap_bitmaps));
H A Dmark_sweep.cc1094 TimingLogger::ScopedTiming t("RecordFree", GetTimings());
1095 RecordFree(freed);
1121 RecordFree(alloc_space->Sweep(swap_bitmaps));
/art/runtime/gc/space/
H A Dbump_pointer_space.h149 void RecordFree(int32_t objects, int32_t bytes) { function in class:art::gc::space::FINAL
/art/runtime/gc/
H A Dheap.h371 void RecordFree(uint64_t freed_objects, int64_t freed_bytes);
H A Dheap.cc1199 void Heap::RecordFree(uint64_t freed_objects, int64_t freed_bytes) { function in class:art::gc::Heap

Completed in 56 milliseconds