Searched refs:kWordAligned (Results 1 – 12 of 12) sorted by relevance
33 DCHECK_EQ(kWordAligned, next_alignment_); in SetAlignment()34 DCHECK_LE(kWordAligned, alignment); in SetAlignment()96 AllocationAlignment next_alignment_ = kWordAligned;
66 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()
317 if (alignment != kWordAligned) { in PutAlignmentPrefix()
87 new_space_->AllocateRawSynchronized(kLabSize, kWordAligned); in NewLocalAllocationBuffer()
1909 AllocationAlignment aligment = kWordAligned);1918 AllocationAlignment alignment = kWordAligned);1928 AllocationAlignment alignment = kWordAligned);
431 if (!EnsureAllocation(size_in_bytes, kWordAligned)) { in AllocateRawUnaligned()
179 array_type == kExternalFloat64Array ? kDoubleAligned : kWordAligned); in AllocateEmptyFixedTypedArray()
969 AllocationAlignment alignment = kWordAligned);
196 AllocationAlignment alignment = double_align ? kDoubleAligned : kWordAligned; in NewFillerObject()1709 array_type == kExternalFloat64Array ? kDoubleAligned : kWordAligned; in NewFixedTypedArray()
2587 case kWordAligned: in GetMaximumFillToAlign()
571 enum AllocationAlignment { kWordAligned, kDoubleAligned, kDoubleUnaligned }; enumerator
1637 return kWordAligned; in RequiredAlignment()