Searched refs:RO_SPACE (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/heap/ |
D | setup-heap-internal.cc | 103 AllocateRaw(Map::kSize, is_js_object ? MAP_SPACE : RO_SPACE); in AllocateMap() 118 AllocationResult allocation = AllocateRaw(Map::kSize, RO_SPACE); in AllocatePartialMap() 178 size, RO_SPACE, in AllocateEmptyFixedTypedArray() 235 AllocationResult alloc = AllocateRaw(FixedArray::SizeFor(0), RO_SPACE); in CreateInitialMaps() 243 AllocationResult alloc = AllocateRaw(WeakFixedArray::SizeFor(0), RO_SPACE); in CreateInitialMaps() 253 AllocateRaw(WeakArrayList::SizeForCapacity(0), RO_SPACE); in CreateInitialMaps() 263 AllocationResult allocation = Allocate(roots.null_map(), RO_SPACE); in CreateInitialMaps() 270 AllocationResult allocation = Allocate(roots.undefined_map(), RO_SPACE); in CreateInitialMaps() 277 AllocationResult allocation = Allocate(roots.the_hole_map(), RO_SPACE); in CreateInitialMaps() 296 AllocationResult allocation = Allocate(roots.tuple2_map(), RO_SPACE); in CreateInitialMaps() [all …]
|
D | spaces-inl.h | 318 DCHECK_IMPLIES(identity() == RO_SPACE, heap()->CanAllocateInReadOnlySpace()); in AllocateRawUnaligned() 334 DCHECK(identity() == OLD_SPACE || identity() == RO_SPACE); in AllocateRawAligned() 335 DCHECK_IMPLIES(identity() == RO_SPACE, heap()->CanAllocateInReadOnlySpace()); in AllocateRawAligned()
|
D | sweeper.h | 164 return space == NEW_SPACE || space == RO_SPACE; in IsValidIterabilitySpace()
|
D | heap-inl.h | 174 } else if (RO_SPACE == space) { in AllocateRaw() 416 SLOW_DCHECK(chunk->owner()->identity() != RO_SPACE || in FromWritableHeapObject()
|
D | heap.cc | 699 case RO_SPACE: in GetSpaceName() 3790 case RO_SPACE: in InSpace() 3815 case RO_SPACE: in InSpaceSlow() 3829 case RO_SPACE: in IsValidAllocationSpace() 4728 space_[RO_SPACE] = read_only_space_ = new ReadOnlySpace(this); in SetUp() 5293 case RO_SPACE: in next() 5695 case RO_SPACE: in AllocationSpaceName() 5769 case RO_SPACE: in AllowedToBeMigrated()
|
D | heap.h | 1598 return RO_SPACE; in SelectSpace() 2427 counter_(specifier == SpacesSpecifier::kAllPagedSpaces ? RO_SPACE in heap_()
|
D | spaces.cc | 678 if (owner->identity() == RO_SPACE) { in Initialize() 1557 identity() != MAP_SPACE && identity() != RO_SPACE) { in AllocateChunk() 3323 : PagedSpace(heap, RO_SPACE, NOT_EXECUTABLE), in AllocateChunk()
|
/external/v8/src/snapshot/ |
D | default-serializer-allocator.cc | 90 } else if (space == RO_SPACE && in BackReferenceIsAlreadyAllocated()
|
D | deserializer.cc | 292 case RO_SPACE: { in GetBackReferencedObject() 428 CASE_STATEMENT(where, how, within, RO_SPACE) \ in ReadData()
|
D | code-serializer.cc | 119 SerializerReference::BackReference(RO_SPACE, chunk_index, chunk_offset); in SerializeReadOnlyObject()
|
/external/v8/src/ |
D | isolate-inl.h | 16 if (chunk->owner()->identity() == i::RO_SPACE) { in FromWritableHeapObject()
|
D | globals.h | 554 RO_SPACE, // Immortal, immovable and immutable objects, enumerator 563 FIRST_SPACE = RO_SPACE,
|
D | objects-inl.h | 875 SLOW_DCHECK(chunk->owner()->identity() != RO_SPACE); in GetHeap()
|
D | objects.cc | 10888 if (chunk->owner()->identity() == RO_SPACE) return true; in LooksValid()
|