Home | History | Annotate | Download | only in libdex

Lines Matching refs:alignmentMask

2390     u4 alignmentMask = alignment - 1;
2396 u4 newOffset = (offset + alignmentMask) & ~alignmentMask;