Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Devacuation-allocator-inl.h25 case MAP_SPACE: in Allocate()
26 return compaction_spaces_.Get(MAP_SPACE)->AllocateRaw(object_size, in Allocate()
45 case MAP_SPACE: in FreeLast()
75 if (!compaction_spaces_.Get(MAP_SPACE)->TryFreeLast(object.address(), in FreeLastInMapSpace()
Dheap-allocator.cc26 space_for_maps_ = spaces_[MAP_SPACE] in Setup()
27 ? static_cast<PagedSpace*>(spaces_[MAP_SPACE]) in Setup()
Dbase-space.cc16 case MAP_SPACE: in GetSpaceName()
Dpaged-spaces.h477 map_space_(heap, MAP_SPACE, Executability::NOT_EXECUTABLE, in CompactionSpaceCollection()
486 case MAP_SPACE: in Get()
547 : PagedSpace(heap, MAP_SPACE, NOT_EXECUTABLE, FreeList::CreateFreeList(), in MapSpace()
Devacuation-allocator.h40 compaction_spaces_.Get(MAP_SPACE)); in Finalize()
Dpaged-spaces.cc64 DCHECK(owner == OLD_SPACE || owner == MAP_SPACE || owner == CODE_SPACE); in PagedSpaceObjectIterator()
120 identity() != MAP_SPACE) { in RefillFreeList()
610 identity() == MAP_SPACE); in RawRefillLabBackground()
683 identity() == MAP_SPACE); in TryAllocationFromFreeListBackground()
Dsweeper.h130 callback(MAP_SPACE); in ForAllSweepingSpaces()
Dheap-inl.h155 DCHECK(idx == OLD_SPACE || idx == CODE_SPACE || idx == MAP_SPACE); in paged_space()
449 case MAP_SPACE: { in IsPendingAllocationInternal()
Dsweeper.cc337 space->identity() == CODE_SPACE || space->identity() == MAP_SPACE); in RawSweep()
458 sweeping_list_[GetSweepSpaceIndex(MAP_SPACE)].size(); in ConcurrentSweepingPageCount()
Dheap.cc708 SpaceStatistics(MAP_SPACE) << "," << in DumpJSONHeapStatistics()
4543 case MAP_SPACE: in InSpace()
4573 case MAP_SPACE: in InSpaceSlow()
4593 case MAP_SPACE: in IsValidAllocationSpace()
5830 space_[MAP_SPACE] = map_space_ = new MapSpace(this); in SetUpSpaces()
7139 case MAP_SPACE: in AllowedToBeMigrated()
7140 return dst == MAP_SPACE && type == MAP_TYPE; in AllowedToBeMigrated()
Dmark-compact.cc796 space->identity() == MAP_SPACE); in CollectEvacuationCandidates()
1622 } else if (dest == MAP_SPACE) { in RawMigrateObject()
/third_party/node/deps/v8/src/common/
Dglobals.h824 MAP_SPACE, // Old generation map object space, non-movable. enumerator
836 LAST_GROWABLE_PAGED_SPACE = MAP_SPACE
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc797 case MAP_SPACE: in GetSnapshotSpace()