Home | History | Annotate | Download | only in src

Lines Matching refs:kObjectAlignmentBits

562   offset <<= kObjectAlignmentBits;
575 offset <<= kObjectAlignmentBits;
646 int size = source_->GetInt() << kObjectAlignmentBits;
774 pages_[reference_space][0] + (address << kObjectAlignmentBits); \
1048 if (!SpaceIsLarge(space)) address >>= kObjectAlignmentBits;
1172 sink_->PutInt(size >> kObjectAlignmentBits, "Size in words");