Searched refs:MAP_SPACE (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | evacuation-allocator-inl.h | 25 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()
|
D | heap-allocator.cc | 26 space_for_maps_ = spaces_[MAP_SPACE] in Setup() 27 ? static_cast<PagedSpace*>(spaces_[MAP_SPACE]) in Setup()
|
D | base-space.cc | 16 case MAP_SPACE: in GetSpaceName()
|
D | paged-spaces.h | 477 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()
|
D | evacuation-allocator.h | 40 compaction_spaces_.Get(MAP_SPACE)); in Finalize()
|
D | paged-spaces.cc | 64 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()
|
D | sweeper.h | 130 callback(MAP_SPACE); in ForAllSweepingSpaces()
|
D | heap-inl.h | 155 DCHECK(idx == OLD_SPACE || idx == CODE_SPACE || idx == MAP_SPACE); in paged_space() 449 case MAP_SPACE: { in IsPendingAllocationInternal()
|
D | sweeper.cc | 337 space->identity() == CODE_SPACE || space->identity() == MAP_SPACE); in RawSweep() 458 sweeping_list_[GetSweepSpaceIndex(MAP_SPACE)].size(); in ConcurrentSweepingPageCount()
|
D | heap.cc | 708 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()
|
D | mark-compact.cc | 796 space->identity() == MAP_SPACE); in CollectEvacuationCandidates() 1622 } else if (dest == MAP_SPACE) { in RawMigrateObject()
|
/third_party/node/deps/v8/src/common/ |
D | globals.h | 824 MAP_SPACE, // Old generation map object space, non-movable. enumerator 836 LAST_GROWABLE_PAGED_SPACE = MAP_SPACE
|
/third_party/node/deps/v8/src/snapshot/ |
D | serializer.cc | 797 case MAP_SPACE: in GetSnapshotSpace()
|