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

/art/runtime/gc/collector/
H A Dgarbage_collector.cc199 void GarbageCollector::RecordFree(const ObjectBytePair& freed) { function in class:art::gc::collector::GarbageCollector
201 heap_->RecordFree(freed.objects, freed.bytes);
205 heap_->RecordFree(freed.objects, freed.bytes);
H A Dgarbage_collector.h106 void RecordFree(const ObjectBytePair& freed);
H A Dmark_compact.cc395 t.NewTiming("RecordFree");
396 space_->RecordFree(objects_freed, bytes_freed);
397 RecordFree(ObjectBytePair(objects_freed, bytes_freed));
544 RecordFree(alloc_space->Sweep(swap_bitmaps));
H A Dsemi_space.cc266 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes));
662 RecordFree(alloc_space->Sweep(swap_bitmaps));
H A Dmark_sweep.cc1297 TimingLogger::ScopedTiming t2("RecordFree", GetTimings());
1298 RecordFree(freed);
1325 RecordFree(alloc_space->Sweep(swap_bitmaps));
H A Dconcurrent_copying.cc1688 RecordFree(alloc_space->Sweep(swap_bitmaps));
1750 TimingLogger::ScopedTiming split2("RecordFree", GetTimings());
1780 LOG(INFO) << "RecordFree:"
1792 RecordFree(ObjectBytePair(freed_objects, freed_bytes));
/art/runtime/gc/space/
H A Dbump_pointer_space.h157 void RecordFree(int32_t objects, int32_t bytes) { function in class:art::gc::space::FINAL
/art/runtime/gc/
H A Dheap.h465 void RecordFree(uint64_t freed_objects, int64_t freed_bytes);
H A Dheap.cc1520 void Heap::RecordFree(uint64_t freed_objects, int64_t freed_bytes) { function in class:art::gc::Heap

Completed in 883 milliseconds