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

  /external/v8/src/
v8globals.h 42 const int kObjectAlignmentBits = kPointerSizeLog2;
43 const intptr_t kObjectAlignment = 1 << kObjectAlignmentBits;
52 const intptr_t kMapAlignmentBits = kObjectAlignmentBits;
54 const intptr_t kMapAlignmentBits = kObjectAlignmentBits + 3;
serialize.cc 646 offset <<= kObjectAlignmentBits;
659 offset <<= kObjectAlignmentBits;
736 int size = source_->GetInt() << kObjectAlignmentBits;
834 (offset_from_start << kObjectAlignmentBits); \
    [all...]
objects-inl.h 1100 uintptr_t compact_offset = offset >> kObjectAlignmentBits;
1133 uintptr_t offset = (value_ >> kForwardingOffsetShift) << kObjectAlignmentBits;
    [all...]
objects.h     [all...]

Completed in 48 milliseconds