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

/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/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);
/art/runtime/gc/
H A Dheap.cc1199 void Heap::RecordFree(uint64_t freed_objects, int64_t freed_bytes) { function in class:art::gc::Heap

Completed in 1278 milliseconds