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

  /external/v8/src/heap/
spaces-inl.h 521 alignment == kDoubleAligned
522 ? AllocateRawAligned(size_in_bytes, kDoubleAligned)
594 return alignment == kDoubleAligned
595 ? AllocateRawAligned(size_in_bytes, kDoubleAligned)
scavenger.cc 267 EvacuateObject<DATA_OBJECT, kDoubleAligned>(map, slot, object, object_size);
280 EvacuateObject<POINTER_OBJECT, kDoubleAligned>(map, slot, object,
heap.cc     [all...]
  /external/v8/test/cctest/heap/
test-lab.cc 18 static_cast<int>(size_in_bytes), kDoubleAligned);
262 std::make_pair(116, kWordAligned), std::make_pair(64, kDoubleAligned)};
test-heap.cc     [all...]
  /external/v8/src/
globals.h 469 kDoubleAligned,
    [all...]
objects-inl.h     [all...]

Completed in 95 milliseconds