Home | History | Annotate | Download | only in src

Lines Matching refs:kObjectAlignmentBits

640   offset <<= kObjectAlignmentBits;
653 offset <<= kObjectAlignmentBits;
738 int size = source_->GetInt() << kObjectAlignmentBits;
840 (offset_from_start << kObjectAlignmentBits); \
1296 if (!SpaceIsLarge(space)) address >>= kObjectAlignmentBits;
1433 sink_->PutInt(size >> kObjectAlignmentBits, "Size in words");