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

  /external/v8/test/cctest/heap/
test-page-promotion.cc 53 CHECK_GE(first_page->LiveBytes(), threshold_bytes);
  /external/v8/src/heap/
mark-compact.cc 359 CHECK_EQ(0, p->LiveBytes());
367 CHECK_EQ(0, p->LiveBytes());
382 CHECK_EQ(0, Page::FromAddress(obj->address())->LiveBytes());
481 [](Page* a, Page* b) { return a->LiveBytes() < b->LiveBytes(); });
    [all...]
spaces.cc     [all...]
spaces.h 609 int LiveBytes() {
    [all...]
  /art/runtime/gc/space/
region_space.cc 224 size_t live_bytes = r->LiveBytes();
region_space.h 385 size_t LiveBytes() const {

Completed in 1715 milliseconds