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

  /external/chromium_org/v8/test/cctest/
test-spaces.cc 413 CHECK_EQ(1, isolate->heap()->paged_space(i)->CountTotalPages());
422 CHECK_EQ(1, isolate->heap()->paged_space(i)->CountTotalPages());
test-heap.cc     [all...]
  /external/chromium_org/v8/src/
spaces.h     [all...]
spaces.cc     [all...]
mark-compact.cc 351 int number_of_pages = space->CountTotalPages();
779 int number_of_pages = space->CountTotalPages();
    [all...]

Completed in 225 milliseconds