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

  /external/v8/test/cctest/
test-spaces.cc 438 CHECK_EQ(1, isolate->heap()->paged_space(i)->CountTotalPages());
447 CHECK_EQ(1, isolate->heap()->paged_space(i)->CountTotalPages());
test-heap.cc     [all...]
  /external/v8/src/heap/
spaces.h     [all...]
spaces.cc     [all...]
mark-compact.cc 344 int number_of_pages = space->CountTotalPages();
774 int number_of_pages = space->CountTotalPages();
    [all...]

Completed in 34 milliseconds