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

  /external/v8/src/
mksnapshot.cc 252 partial_ser.CurrentAllocationAddress(i::MAP_SPACE),
v8globals.h 198 MAP_SPACE, // Only and all map objects.
serialize.cc 766 } else if (space_number == MAP_SPACE) { \
767 dest_space = isolate->heap()->map_space(); \
    [all...]
heap-inl.h 182 ASSERT(MAP_SPACE == space);
heap.cc 235 Address map_address = map_word.DecodeMapAddress(HEAP->map_space());
568 PagedSpace* map_space = Heap::map_space(); local
590 if (!(map_space->ReserveSpace(map_space_size))) {
591 Heap::CollectGarbage(MAP_SPACE);
    [all...]
liveobjectlist.cc 199 if (strcmp(key_str, "map") == 0) return MAP_SPACE;
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 399 p_ser.CurrentAllocationAddress(MAP_SPACE),
516 p_ser.CurrentAllocationAddress(MAP_SPACE),
test-mark-compact.cc 172 HEAP->CollectGarbage(MAP_SPACE);
249 } while (HEAP->map_space()->MapPointersEncodable());
257 CHECK(HEAP->map_space()->MapPointersEncodable());

Completed in 132 milliseconds