Home | History | Annotate | Download | only in optimizing

Lines Matching full:padded

1444   static_assert(IsAligned<8>(kObjectAlignment), "String of odd length is not zero padded");
1447 // Ok to do this because strings are zero-padded to be 8-byte aligned.