Home | History | Annotate | Download | only in oatdump

Lines Matching refs:kObjectAlignment

790     size_t alignment_bytes = RoundUp(header_bytes, kObjectAlignment) - header_bytes;
920 size_t alignment_bytes = RoundUp(object_bytes, kObjectAlignment) - object_bytes;