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

  /art/runtime/gc/space/
region_space-inl.h 172 bytes += r->ObjectsAllocated();
176 bytes += r->ObjectsAllocated();
181 bytes += r->ObjectsAllocated();
186 bytes += r->ObjectsAllocated();
515 inline size_t RegionSpace::Region::ObjectsAllocated() const {
region_space.cc 522 *cleared_objects += r->ObjectsAllocated();
529 *cleared_objects += r->ObjectsAllocated();
    [all...]
region_space.h 564 size_t ObjectsAllocated() const;

Completed in 156 milliseconds