Searched refs:toAdd (Results 1 – 4 of 4) sorted by relevance
192 public void addAll(Annotations toAdd) { in addAll() argument195 if (toAdd == null) { in addAll()199 for (Annotation a : toAdd.annotations.values()) { in addAll()
193 public void addAll(Annotations toAdd) { in addAll() argument196 if (toAdd == null) { in addAll()200 for (Annotation a : toAdd.annotations.values()) { in addAll()
616 NormalSsaInsn toAdd = new NormalSsaInsn( in addMoveToEnd() local620 insns.add(insns.size() - 1, toAdd); in addMoveToEnd() local639 NormalSsaInsn toAdd = new NormalSsaInsn( in addMoveToBeginning() local643 insns.add(getCountPhiInsns(), toAdd); in addMoveToBeginning() local758 NormalSsaInsn toAdd = new NormalSsaInsn( in scheduleUseBeforeAssigned() local764 toSchedule.add(insertPlace++, toAdd); in scheduleUseBeforeAssigned()928 NormalSsaInsn toAdd = new NormalSsaInsn( in scheduleMovesFromPhis() local941 insns.set(movesFromPhisAtBeginning + 1, toAdd); in scheduleMovesFromPhis()
162 SsaInsn toAdd = SsaInsn.makeFromRop( in insertMoveBefore() local167 insns.add(insnIndex, toAdd); in insertMoveBefore()