HomeSort by relevance Sort by last modified time
    Searched refs:RecordFree (Results 1 - 9 of 9) sorted by null

  /art/runtime/gc/collector/
garbage_collector.cc 199 void GarbageCollector::RecordFree(const ObjectBytePair& freed) {
201 heap_->RecordFree(freed.objects, freed.bytes);
205 heap_->RecordFree(freed.objects, freed.bytes);
garbage_collector.h 106 void RecordFree(const ObjectBytePair& freed);
mark_compact.cc 393 t.NewTiming("RecordFree");
394 space_->RecordFree(objects_freed, bytes_freed);
395 RecordFree(ObjectBytePair(objects_freed, bytes_freed));
542 RecordFree(alloc_space->Sweep(swap_bitmaps));
semi_space.cc 267 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes));
663 RecordFree(alloc_space->Sweep(swap_bitmaps));
    [all...]
mark_sweep.cc     [all...]
concurrent_copying.cc     [all...]
  /art/runtime/gc/space/
bump_pointer_space.h 157 void RecordFree(int32_t objects, int32_t bytes) {
  /art/runtime/gc/
heap.h 455 void RecordFree(uint64_t freed_objects, int64_t freed_bytes);
    [all...]
heap.cc     [all...]

Completed in 63 milliseconds