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

  /external/v8/src/snapshot/
snapshot.h 99 static const int kNumPagedSpaces = LAST_PAGED_SPACE - FIRST_PAGED_SPACE + 1;
serializer-common.h 83 static const int kNumberOfPreallocatedSpaces = LAST_PAGED_SPACE + 1;
snapshot-common.cc 34 DCHECK(space >= FIRST_PAGED_SPACE && space <= LAST_PAGED_SPACE);
148 if (space >= FIRST_PAGED_SPACE && space <= LAST_PAGED_SPACE) {
  /external/v8/test/cctest/heap/
test-spaces.cc 502 for (int i = FIRST_PAGED_SPACE; i <= LAST_PAGED_SPACE; i++) {
510 for (int i = FIRST_PAGED_SPACE; i <= LAST_PAGED_SPACE; i++) {
  /external/v8/src/
globals.h 462 LAST_PAGED_SPACE = MAP_SPACE
    [all...]
  /external/v8/src/heap/
mark-compact.h 452 static const int kAllocationSpaces = LAST_PAGED_SPACE + 1;
mark-compact.cc 458 DCHECK_LE(space_to_start_, LAST_PAGED_SPACE);
460 const int num_spaces = LAST_PAGED_SPACE - FIRST_SPACE + 1;
464 DCHECK_LE(space_id, LAST_PAGED_SPACE);
    [all...]
heap.cc     [all...]

Completed in 262 milliseconds