Home
last modified time | relevance | path

Searched refs:kWordAligned (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/snapshot/
Ddefault-deserializer-allocator.h33 DCHECK_EQ(kWordAligned, next_alignment_); in SetAlignment()
34 DCHECK_LE(kWordAligned, alignment); in SetAlignment()
96 AllocationAlignment next_alignment_ = kWordAligned;
Ddefault-deserializer-allocator.cc66 if (next_alignment_ != kWordAligned) { in Allocate()
79 next_alignment_ = kWordAligned; in Allocate()
114 if (next_alignment_ != kWordAligned) { in GetObject()
116 next_alignment_ = kWordAligned; in GetObject()
Dserializer.cc317 if (alignment != kWordAligned) { in PutAlignmentPrefix()
/external/v8/src/heap/
Dlocal-allocator-inl.h87 new_space_->AllocateRawSynchronized(kLabSize, kWordAligned); in NewLocalAllocationBuffer()
Dheap.h1909 AllocationAlignment aligment = kWordAligned);
1918 AllocationAlignment alignment = kWordAligned);
1928 AllocationAlignment alignment = kWordAligned);
Dspaces-inl.h431 if (!EnsureAllocation(size_in_bytes, kWordAligned)) { in AllocateRawUnaligned()
Dsetup-heap-internal.cc179 array_type == kExternalFloat64Array ? kDoubleAligned : kWordAligned); in AllocateEmptyFixedTypedArray()
Dfactory.h969 AllocationAlignment alignment = kWordAligned);
Dfactory.cc196 AllocationAlignment alignment = double_align ? kDoubleAligned : kWordAligned; in NewFillerObject()
1709 array_type == kExternalFloat64Array ? kDoubleAligned : kWordAligned; in NewFixedTypedArray()
Dheap.cc2587 case kWordAligned: in GetMaximumFillToAlign()
/external/v8/src/
Dglobals.h571 enum AllocationAlignment { kWordAligned, kDoubleAligned, kDoubleUnaligned }; enumerator
Dobjects-inl.h1637 return kWordAligned; in RequiredAlignment()