Searched refs:packedSize (Results 1 – 2 of 2) sorted by relevance
245 long packedSize = packedCodeSize(cases); in shouldPack() local255 return (packedSize >= 0) && (packedSize <= ((sparseSize * 5) / 4)); in shouldPack()
246 long packedSize = packedCodeSize(cases); in shouldPack() local256 return (packedSize >= 0) && (packedSize <= ((sparseSize * 5) / 4)); in shouldPack()