Searched refs:toAdd (Results 1 – 4 of 4) sorted by relevance
191 public void addAll(Annotations toAdd) { in addAll() argument194 if (toAdd == null) { in addAll()198 for (Annotation a : toAdd.annotations.values()) { in addAll()
192 public void addAll(Annotations toAdd) { in addAll() argument195 if (toAdd == null) { in addAll()199 for (Annotation a : toAdd.annotations.values()) { in addAll()
615 NormalSsaInsn toAdd = new NormalSsaInsn( in addMoveToEnd() local619 insns.add(insns.size() - 1, toAdd); in addMoveToEnd() local638 NormalSsaInsn toAdd = new NormalSsaInsn( in addMoveToBeginning() local642 insns.add(getCountPhiInsns(), toAdd); in addMoveToBeginning() local757 NormalSsaInsn toAdd = new NormalSsaInsn( in scheduleUseBeforeAssigned() local763 toSchedule.add(insertPlace++, toAdd); in scheduleUseBeforeAssigned()949 NormalSsaInsn toAdd = new NormalSsaInsn( in scheduleMovesFromPhis() local962 insns.set(movesFromPhisAtBeginning + 1, toAdd); in scheduleMovesFromPhis()
162 SsaInsn toAdd = SsaInsn.makeFromRop( in insertMoveBefore() local167 insns.add(insnIndex, toAdd); in insertMoveBefore()