Home
last modified time | relevance | path

Searched refs:RO_SPACE (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/heap/
Dsetup-heap-internal.cc103 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 …]
Dspaces-inl.h318 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()
Dsweeper.h164 return space == NEW_SPACE || space == RO_SPACE; in IsValidIterabilitySpace()
Dheap-inl.h174 } else if (RO_SPACE == space) { in AllocateRaw()
416 SLOW_DCHECK(chunk->owner()->identity() != RO_SPACE || in FromWritableHeapObject()
Dheap.cc699 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()
Dheap.h1598 return RO_SPACE; in SelectSpace()
2427 counter_(specifier == SpacesSpecifier::kAllPagedSpaces ? RO_SPACE in heap_()
Dspaces.cc678 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/
Ddefault-serializer-allocator.cc90 } else if (space == RO_SPACE && in BackReferenceIsAlreadyAllocated()
Ddeserializer.cc292 case RO_SPACE: { in GetBackReferencedObject()
428 CASE_STATEMENT(where, how, within, RO_SPACE) \ in ReadData()
Dcode-serializer.cc119 SerializerReference::BackReference(RO_SPACE, chunk_index, chunk_offset); in SerializeReadOnlyObject()
/external/v8/src/
Disolate-inl.h16 if (chunk->owner()->identity() == i::RO_SPACE) { in FromWritableHeapObject()
Dglobals.h554 RO_SPACE, // Immortal, immovable and immutable objects, enumerator
563 FIRST_SPACE = RO_SPACE,
Dobjects-inl.h875 SLOW_DCHECK(chunk->owner()->identity() != RO_SPACE); in GetHeap()
Dobjects.cc10888 if (chunk->owner()->identity() == RO_SPACE) return true; in LooksValid()