Searched defs:RecordFree (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/space/
H A Dbump_pointer_space.h151 void RecordFree(int32_t objects, int32_t bytes) { function in class:art::gc::space::FINAL
/art/runtime/gc/collector/
H A Dgarbage_collector.cc175 void GarbageCollector::RecordFree(const ObjectBytePair& freed) { function in class:art::gc::collector::GarbageCollector
177 heap_->RecordFree(freed.objects, freed.bytes);
181 heap_->RecordFree(freed.objects, freed.bytes);
/art/runtime/gc/
H A Dheap.cc1633 void Heap::RecordFree(uint64_t freed_objects, int64_t freed_bytes) { function in class:art::gc::Heap

Completed in 124 milliseconds