Home
last modified time | relevance | path

Searched refs:kDoubleAligned (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/heap/
Dspaces-inl.h372 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()
Dsetup-heap-internal.cc179 array_type == kExternalFloat64Array ? kDoubleAligned : kWordAligned); in AllocateEmptyFixedTypedArray()
Dfactory.cc196 AllocationAlignment alignment = double_align ? kDoubleAligned : kWordAligned; in NewFillerObject()
478 AllocateRawWithImmortalMap(size, pretenure, map, kDoubleAligned); in NewFixedDoubleArray()
1709 array_type == kExternalFloat64Array ? kDoubleAligned : kWordAligned; in NewFixedTypedArray()
Dheap.cc2589 case kDoubleAligned: in GetMaximumFillToAlign()
2601 if (alignment == kDoubleAligned && (offset & kDoubleAlignmentMask) != 0) in GetFillToAlign()
/external/v8/src/
Dglobals.h571 enum AllocationAlignment { kWordAligned, kDoubleAligned, kDoubleUnaligned }; enumerator
Dobjects-inl.h1633 return kDoubleAligned; in RequiredAlignment()