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

  /external/v8/src/snapshot/
snapshot.h 72 static const int kNumPagedSpaces = LAST_PAGED_SPACE - FIRST_PAGED_SPACE + 1;
snapshot-common.cc 38 DCHECK(space >= FIRST_PAGED_SPACE && space <= LAST_PAGED_SPACE);
147 if (space >= FIRST_PAGED_SPACE && space <= LAST_PAGED_SPACE) {
serialize.h 140 static const int kNumberOfPreallocatedSpaces = LAST_PAGED_SPACE + 1;
  /external/v8/test/cctest/heap/
test-spaces.cc 728 for (int i = FIRST_PAGED_SPACE; i <= LAST_PAGED_SPACE; i++) {
737 for (int i = FIRST_PAGED_SPACE; i <= LAST_PAGED_SPACE; i++) {
    [all...]
  /external/v8/src/
globals.h 486 LAST_PAGED_SPACE = MAP_SPACE
  /external/v8/src/heap/
heap.cc     [all...]

Completed in 130 milliseconds