Searched refs:kDoubleAligned (Results 1 – 6 of 6) sorted by relevance
372 alignment == kDoubleAligned in AllocateRaw()373 ? AllocateRawAligned(size_in_bytes, kDoubleAligned) in AllocateRaw()457 return alignment == kDoubleAligned in AllocateRaw()458 ? AllocateRawAligned(size_in_bytes, kDoubleAligned) in AllocateRaw()
179 array_type == kExternalFloat64Array ? kDoubleAligned : kWordAligned); in AllocateEmptyFixedTypedArray()
196 AllocationAlignment alignment = double_align ? kDoubleAligned : kWordAligned; in NewFillerObject()478 AllocateRawWithImmortalMap(size, pretenure, map, kDoubleAligned); in NewFixedDoubleArray()1709 array_type == kExternalFloat64Array ? kDoubleAligned : kWordAligned; in NewFixedTypedArray()
2589 case kDoubleAligned: in GetMaximumFillToAlign()2601 if (alignment == kDoubleAligned && (offset & kDoubleAlignmentMask) != 0) in GetFillToAlign()
571 enum AllocationAlignment { kWordAligned, kDoubleAligned, kDoubleUnaligned }; enumerator
1633 return kDoubleAligned; in RequiredAlignment()