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

  /art/runtime/gc/space/
region_space.cc 266 void RegionSpace::ClearFromSpace(/* out */ uint64_t* cleared_bytes,
268 DCHECK(cleared_bytes != nullptr);
270 *cleared_bytes = 0;
310 *cleared_bytes += r->BytesAllocated();
330 *cleared_bytes += r->BytesAllocated();
region_space.h 259 void ClearFromSpace(/* out */ uint64_t* cleared_bytes, /* out */ uint64_t* cleared_objects)
  /art/runtime/gc/collector/
concurrent_copying.cc 1767 uint64_t cleared_bytes; local
    [all...]

Completed in 178 milliseconds