Searched refs:lookupSpaceCost (Results 1 – 1 of 1) sorted by relevance
780 long lookupSpaceCost = 3 + 2 * (long) numFields; in shouldUseTableSwitch() local782 return tableSpaceCost + 3 * tableTimeCost <= lookupSpaceCost + 3 * lookupTimeCost; in shouldUseTableSwitch()