Searched defs:RecordFree (Results 1 – 3 of 3) sorted by relevance
/art/runtime/gc/space/ | ||
D | bump_pointer_space.h | 157 void RecordFree(int32_t objects, int32_t bytes) { in RecordFree() function |
/art/runtime/gc/collector/ | ||
D | garbage_collector.cc | 199 void GarbageCollector::RecordFree(const ObjectBytePair& freed) { in RecordFree() function in art::gc::collector::GarbageCollector |
/art/runtime/gc/ | ||
D | heap.cc | 1523 void Heap::RecordFree(uint64_t freed_objects, int64_t freed_bytes) { in RecordFree() function in art::gc::Heap |