Searched refs:newLabel (Results 1 – 10 of 10) sorted by relevance
115 Label startLabel = newLabel(codeAddressToIndex, tryBlock.getStartCodeAddress()); in MutableMethodImplementation()116 …Label endLabel = newLabel(codeAddressToIndex, tryBlock.getStartCodeAddress() + tryBlock.getCodeUni… in MutableMethodImplementation()121 newLabel(codeAddressToIndex, exceptionHandler.getHandlerCodeAddress()))); in MutableMethodImplementation()529 private Label newLabel(@Nonnull int[] codeAddressToIndex, int codeAddress) {681 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));726 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));767 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));813 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));838 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));861 Label newLabel;[all …]
351 Label newLabel = new Label(existingMinusNewElements); in addReachableLabel() local352 reachableLabels.add(newLabel); in addReachableLabel()374 Label newLabel = new Label(remainder); in addReachableLabel() local375 reachableLabels.add(newLabel); in addReachableLabel()
463 Label newLabel = new Label(); in splitCurrentLabel() local464 adopt(newLabel); in splitCurrentLabel()465 currentLabel.primarySuccessor = newLabel; in splitCurrentLabel()468 currentLabel = newLabel; in splitCurrentLabel()
184 String newLabel = PARENS.matcher(label).replaceAll(""); in stripParens() local185 if (label.equals(newLabel)) { in stripParens()188 return newLabel; in stripParens()
134 Label notNull = generator.newLabel(); in generateCallToClassHandler()135 Label afterward = generator.newLabel(); in generateCallToClassHandler()
85 std::unique_ptr<Instruction> newLabel( in NewLabel() local87 get_def_use_mgr()->AnalyzeInstDefUse(&*newLabel); in NewLabel()88 return newLabel; in NewLabel()
104 std::unique_ptr<Instruction> newLabel( in NewLabel() local106 return newLabel; in NewLabel()
100 std::unique_ptr<Instruction> newLabel( in NewLabel() local102 return newLabel; in NewLabel()
520 String newLabel = thisLabel + "/" + childLabel; in squashNodes() local521 list.get(i).setLabel(newLabel); in squashNodes()