Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space.h159 void RecordFree(int32_t objects, int32_t bytes) { in RecordFree() function
/art/runtime/gc/collector/
Dgarbage_collector.cc260 void GarbageCollector::RecordFree(const ObjectBytePair& freed) { in RecordFree() function in art::gc::collector::GarbageCollector
/art/runtime/gc/
Dheap.cc1688 void Heap::RecordFree(uint64_t freed_objects, int64_t freed_bytes) { in RecordFree() function in art::gc::Heap