HomeSort by relevance Sort by last modified time
    Searched refs:kDoubleAligned (Results 1 - 5 of 5) sorted by null

  /external/v8/src/heap/
spaces-inl.h 505 alignment == kDoubleAligned
506 ? AllocateRawAligned(size_in_bytes, kDoubleAligned)
578 return alignment == kDoubleAligned
579 ? AllocateRawAligned(size_in_bytes, kDoubleAligned)
scavenger.cc 275 EvacuateObject<DATA_OBJECT, kDoubleAligned>(map, slot, object, object_size);
288 EvacuateObject<POINTER_OBJECT, kDoubleAligned>(map, slot, object,
heap.cc     [all...]
  /external/v8/src/
globals.h 515 enum AllocationAlignment { kWordAligned, kDoubleAligned, kDoubleUnaligned };
    [all...]
objects-inl.h     [all...]

Completed in 320 milliseconds