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 205 DCHECK_GT(r->LiveBytes(), 0u) << "Visiting dead large object";
216 r->LiveBytes() != static_cast<size_t>(-1) &&
217 r->LiveBytes() != static_cast<size_t>(top - pos);
region_space.h 272 size_t live_bytes = r->LiveBytes();
448 return LiveBytes() == static_cast<size_t>(Top() - Begin());
451 size_t LiveBytes() const {
region_space.cc 315 if (r->LiveBytes() == 0) {
359 // `LiveBytes() == static_cast<size_t>(Top() - Begin())`.
  /external/v8/src/heap/
mark-compact.cc 326 CHECK_EQ(0, p->LiveBytes());
334 CHECK_EQ(0, p->LiveBytes());
348 CHECK_EQ(0, Page::FromAddress(obj->address())->LiveBytes());
440 [](Page* a, Page* b) { return a->LiveBytes() < b->LiveBytes(); });
    [all...]
spaces.cc     [all...]
spaces.h 424 int LiveBytes() {
    [all...]

Completed in 112 milliseconds