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

  /external/v8/src/zone/
zone.cc 69 size = RoundUp(size, kAlignmentInBytes);
89 DCHECK(IsAddressAligned(result, kAlignmentInBytes, 0));
130 DCHECK_EQ(size, RoundDown(size, kAlignmentInBytes));
142 static const size_t kSegmentOverhead = sizeof(Segment) + kAlignmentInBytes;
171 Address result = RoundUp(segment->start(), kAlignmentInBytes);
zone.h 70 static const size_t kAlignmentInBytes = 8;

Completed in 4028 milliseconds