HomeSort by relevance Sort by last modified time
    Searched defs:RecordFree (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/space/
bump_pointer_space.h 157 void RecordFree(int32_t objects, int32_t bytes) {
  /art/runtime/gc/collector/
garbage_collector.cc 199 void GarbageCollector::RecordFree(const ObjectBytePair& freed) {
201 heap_->RecordFree(freed.objects, freed.bytes);
205 heap_->RecordFree(freed.objects, freed.bytes);
  /art/runtime/gc/
heap.cc     [all...]

Completed in 93 milliseconds