Searched refs:LayoutSize (Results 1 – 1 of 1) sorted by relevance
287 CharUnits LayoutSize = Layout.getSize(); in lowerUnion() local301 if (LayoutSize < getSize(FieldType)) in lowerUnion()302 FieldType = getByteArrayType(LayoutSize); in lowerUnion()337 return appendPaddingBytes(LayoutSize); in lowerUnion()340 if (LayoutSize < getSize(StorageType)) in lowerUnion()341 StorageType = getByteArrayType(LayoutSize); in lowerUnion()343 appendPaddingBytes(LayoutSize - getSize(StorageType)); in lowerUnion()345 if (LayoutSize % getAlignment(StorageType)) in lowerUnion()