Lines Matching defs:alignment
45 // Make sure that the buffer still has the alignment we think it does.
61 // aligned to the alignment instructions need for the current instruction
63 // the alignment into account, which only makes the checkpoint calculations
136 // the header size and alignment, as well as the number of bytes we are
220 // alignment and new location restrictions are not stricter, skip the more
299 // maximum object alignment found minus one (which is the maximum extra
314 // Add the header size and header and footer max alignment to the maximum
338 // maintaining the alignment requirements.
449 int alignment;
452 alignment = object->GetMaxAlignment();
455 alignment = existing_object->alignment_;
460 T aligned_location = AlignUp(location, alignment);
464 masm->EmitNopBytes(alignment);
465 location += alignment;
478 // than the header alignment - hence that we're not going to go past our