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

  /art/runtime/gc/space/
region_space-inl.h 239 DCHECK_GT(r->LiveBytes(), 0u) << "Visiting dead large object";
250 r->LiveBytes() != static_cast<size_t>(-1) &&
251 r->LiveBytes() != static_cast<size_t>(top - pos);
region_space.cc 280 if (r->LiveBytes() == 0) {
307 cur->LiveBytes() != static_cast<size_t>(cur->Top() - cur->Begin())) {
region_space.h 230 size_t live_bytes = r->LiveBytes();
418 size_t LiveBytes() const {
  /external/v8/src/heap/
mark-compact.cc 330 CHECK_EQ(0, p->LiveBytes());
338 CHECK_EQ(0, p->LiveBytes());
353 CHECK_EQ(0, Page::FromAddress(obj->address())->LiveBytes());
446 [](Page* a, Page* b) { return a->LiveBytes() < b->LiveBytes(); });
    [all...]
spaces.cc     [all...]
spaces.h 422 int LiveBytes() {
    [all...]

Completed in 239 milliseconds