Searched refs:switchPoints (Results 1 – 2 of 2) sorted by relevance
15 private Map<String, SwitchPoint> switchPoints; field in ShadowInvalidator18 this.switchPoints = new HashMap<>(); in ShadowInvalidator()26 SwitchPoint switchPoint = switchPoints.get(className); in getSwitchPoint()27 if (switchPoint == null) switchPoints.put(className, switchPoint = new SwitchPoint()); in getSwitchPoint()36 SwitchPoint switchPoint = switchPoints.put(className, null); in invalidateClasses()
660 double[][] switchPoints = getSwitchPoints(logBitrates); in getAllocationCheckpoints() local665 int checkpointCount = countArrayElements(switchPoints) + 3; in getAllocationCheckpoints()676 double switchPoint = switchPoints[i][currentSelection[i]]; in getAllocationCheckpoints()711 double[][] switchPoints = new double[logBitrates.length][]; in getSwitchPoints() local713 switchPoints[i] = new double[logBitrates[i].length - 1]; in getSwitchPoints()714 if (switchPoints[i].length == 0) { in getSwitchPoints()720 switchPoints[i][j] = in getSwitchPoints()724 return switchPoints; in getSwitchPoints()