Searched refs:switchPoint (Results 1 – 3 of 3) sorted by relevance
26 SwitchPoint switchPoint = switchPoints.get(className); in getSwitchPoint() local27 if (switchPoint == null) switchPoints.put(className, switchPoint = new SwitchPoint()); in getSwitchPoint()28 return switchPoint; in getSwitchPoint()36 SwitchPoint switchPoint = switchPoints.put(className, null); in invalidateClasses() local37 if (switchPoint == null) switchPoint = DUMMY; in invalidateClasses()38 points[i++] = switchPoint; in invalidateClasses()
149 SwitchPoint switchPoint = getInvalidator(site.getTheClass()); in bindWithFallback() local154 mh = switchPoint.guardWithTest(mh.asType(type), boundFallback); in bindWithFallback()
676 double switchPoint = switchPoints[i][currentSelection[i]]; in getAllocationCheckpoints() local677 if (switchPoint < nextUpdateSwitchPoint) { in getAllocationCheckpoints()678 nextUpdateSwitchPoint = switchPoint; in getAllocationCheckpoints()