Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces-inl.h505 alignment == kDoubleAligned in AllocateRaw()
506 ? AllocateRawAligned(size_in_bytes, kDoubleAligned) in AllocateRaw()
578 return alignment == kDoubleAligned in AllocateRaw()
579 ? AllocateRawAligned(size_in_bytes, kDoubleAligned) in AllocateRaw()
Dscavenger.cc275 EvacuateObject<DATA_OBJECT, kDoubleAligned>(map, slot, object, object_size); in EvacuateFixedDoubleArray()
288 EvacuateObject<POINTER_OBJECT, kDoubleAligned>(map, slot, object, in EvacuateFixedFloat64Array()
Dheap.cc2020 case kDoubleAligned: in GetMaximumFillToAlign()
2032 if (alignment == kDoubleAligned && (offset & kDoubleAlignmentMask) != 0) in GetFillToAlign()
2064 return AlignWithFiller(object, size - kPointerSize, size, kDoubleAligned); in DoubleAlignForDeserialization()
2166 AllocationAlignment align = double_align ? kDoubleAligned : kWordAligned; in AllocateFillerObject()
3366 array_type == kExternalFloat64Array ? kDoubleAligned : kWordAligned); in AllocateFixedTypedArray()
4042 AllocationResult allocation = AllocateRaw(size, space, kDoubleAligned); in AllocateRawFixedDoubleArray()
/external/v8/src/
Dglobals.h515 enum AllocationAlignment { kWordAligned, kDoubleAligned, kDoubleUnaligned }; enumerator
Dobjects-inl.h2614 return kDoubleAligned; in RequiredAlignment()