Home
last modified time | relevance | path

Searched refs:MAP_SPACE (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/snapshot/
Dserializer-common.h82 STATIC_ASSERT(MAP_SPACE == CODE_SPACE + 1);
Ddeserializer.cc362 } else if (space == MAP_SPACE) { in GetBackReferencedObject()
456 } else if (space_index == MAP_SPACE) { in Allocate()
603 CASE_STATEMENT(where, how, within, MAP_SPACE) \ in ReadData()
Dserializer.cc136 } else if (space == MAP_SPACE) { in BackReferenceIsAlreadyAllocated()
357 } else if (space == MAP_SPACE) { in SerializePrologue()
/external/v8/src/
Daddress-map.h83 return SerializerReference(SpaceBits::encode(MAP_SPACE) | in MapReference()
Dglobals.h504 MAP_SPACE, // Only and all map objects. enumerator
510 LAST_PAGED_SPACE = MAP_SPACE
/external/v8/src/heap/
Dheap-inl.h345 } else if (MAP_SPACE == space) { in AllocateRaw()
556 case MAP_SPACE: in AllowedToBeMigrated()
Dheap.cc470 case MAP_SPACE: in GetSpaceName()
1162 if (space == MAP_SPACE) { in ReserveSpace()
2090 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); in AllocatePartialMap()
2124 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); in AllocateMap()
4707 case MAP_SPACE: in InSpace()
4729 case MAP_SPACE: in InSpaceSlow()
4744 case MAP_SPACE: in IsValidAllocationSpace()
5530 space_[MAP_SPACE] = map_space_ = new MapSpace(this, MAP_SPACE); in SetUp()
6025 case MAP_SPACE: in next()
6040 case MAP_SPACE: in next()
Dmark-compact.cc561 case MAP_SPACE: in AllocationSpaceName()
3345 (identity == OLD_SPACE || identity == MAP_SPACE)) { in GetClearOldToNewSlotsMode()
3359 space->identity() == CODE_SPACE || space->identity() == MAP_SPACE); in RawSweep()
Dspaces.cc1201 STATIC_ASSERT(static_cast<ObjectSpace>(1 << AllocationSpace::MAP_SPACE) == in AllocateChunk()
1244 identity() != MAP_SPACE) { in AllocateChunk()