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

  /external/v8/src/heap/
spaces.h 317 static const intptr_t kAlignmentMask = kAlignment - 1;
377 return reinterpret_cast<MemoryChunk*>(OffsetFrom(a) & ~kAlignmentMask);
    [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 455 milliseconds