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

  /external/v8/src/
mksnapshot.cc 252 partial_ser.CurrentAllocationAddress(i::MAP_SPACE),
globals.h 292 MAP_SPACE, // Only and all map objects.
heap-inl.h 89 ASSERT(MAP_SPACE == space);
serialize.cc 663 case (base_tag) + MAP_SPACE: /* NOLINT */ \
708 case OBJECT_SERIALIZATION + MAP_SPACE:
709 ReadObject(MAP_SPACE, Heap::map_space(), current++);
    [all...]
heap.cc 439 case MAP_SPACE:
494 PagedSpace* map_space = Heap::map_space(); local
516 if (!(map_space->ReserveSpace(map_space_size))) {
517 Heap::CollectGarbage(map_space_size, MAP_SPACE);
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 401 p_ser.CurrentAllocationAddress(MAP_SPACE),
515 p_ser.CurrentAllocationAddress(MAP_SPACE),
test-mark-compact.cc 167 CHECK(Heap::CollectGarbage(0, MAP_SPACE));
228 } while (Heap::map_space()->MapPointersEncodable());
236 CHECK(Heap::map_space()->MapPointersEncodable());

Completed in 58 milliseconds