Home
last modified time | relevance | path

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

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