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

  /art/runtime/gc/collector/
garbage_collector.cc 165 void GarbageCollector::RecordFree(const ObjectBytePair& freed) {
167 heap_->RecordFree(freed.objects, freed.bytes);
171 heap_->RecordFree(freed.objects, freed.bytes);
garbage_collector.h 174 void RecordFree(const ObjectBytePair& freed);
mark_compact.cc 388 t.NewTiming("RecordFree");
389 space_->RecordFree(objects_freed, bytes_freed);
390 RecordFree(ObjectBytePair(objects_freed, bytes_freed));
541 RecordFree(alloc_space->Sweep(swap_bitmaps));
semi_space.cc 252 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes));
647 RecordFree(alloc_space->Sweep(swap_bitmaps));
    [all...]
mark_sweep.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 312 static void RecordFree(const void* ptr) {
315 heap_profile->RecordFree(ptr);
331 if (ptr != NULL) RecordFree(ptr);
heap-profile-table.h 116 void RecordFree(const void* ptr);
heap-profile-table.cc 240 void HeapProfileTable::RecordFree(const void* ptr) {
heap-checker.cc 602 if (heap_checker_on) heap_profile->RecordFree(ptr);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc 391 static void RecordFree(const void* ptr) {
394 heap_profile->RecordFree(ptr);
410 if (ptr != NULL) RecordFree(ptr);
heap-profile-table.h 119 void RecordFree(const void* ptr);
heap-profile-table.cc 230 void HeapProfileTable::RecordFree(const void* ptr) {
heap-checker.cc 602 if (heap_checker_on) heap_profile->RecordFree(ptr);
    [all...]
  /art/runtime/gc/space/
bump_pointer_space.h 149 void RecordFree(int32_t objects, int32_t bytes) {
  /art/runtime/gc/
heap.h 371 void RecordFree(uint64_t freed_objects, int64_t freed_bytes);
    [all...]
heap.cc     [all...]

Completed in 155 milliseconds