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

  /external/v8/src/
v8globals.h 43 const int kObjectAlignmentBits = kPointerSizeLog2;
44 const intptr_t kObjectAlignment = 1 << kObjectAlignmentBits;
53 const intptr_t kMapAlignmentBits = kObjectAlignmentBits;
55 const intptr_t kMapAlignmentBits = kObjectAlignmentBits + 3;
serialize.cc 640 offset <<= kObjectAlignmentBits;
653 offset <<= kObjectAlignmentBits;
738 int size = source_->GetInt() << kObjectAlignmentBits;
840 (offset_from_start << kObjectAlignmentBits); \
    [all...]
  /external/chromium_org/v8/src/
v8globals.h 43 const int kObjectAlignmentBits = kPointerSizeLog2;
44 const intptr_t kObjectAlignment = 1 << kObjectAlignmentBits;
serialize.h 376 offset <<= kObjectAlignmentBits;
serialize.cc 911 int size = source_->GetInt() << kObjectAlignmentBits;
    [all...]

Completed in 292 milliseconds