Searched refs:newLabel (Results 1 – 14 of 14) sorted by relevance
110 const char *newLabel=""; in mlabel() local189 newLabel = argv[optind]+2; in mlabel()195 if(strlen(newLabel) > VBUFSIZE) { in mlabel()201 interactive = !show && !clear &&!newLabel[0] && in mlabel()203 if(!clear && !newLabel[0]) { in mlabel()206 if(clear && newLabel[0]) { in mlabel()245 newLabel = longname; in mlabel()257 longname[strlen(newLabel)-1] = '\0'; in mlabel()260 if(strlen(newLabel) > 11) { in mlabel()266 if((!show || newLabel[0]) && !isNotFound(&entry)){ in mlabel()[all …]
84 Label newLabel = new Label(); in addNewLabel() local85 getLabels().add(newLabel); in addNewLabel()86 return newLabel; in addNewLabel()
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()532 private Label newLabel(@Nonnull int[] codeAddressToIndex, int codeAddress) {684 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));729 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));770 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));816 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));841 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));864 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()
520 String newLabel = thisLabel + "/" + childLabel; in squashNodes() local521 list.get(i).setLabel(newLabel); in squashNodes()
85 std::unique_ptr<Instruction> newLabel( in NewLabel() local87 get_def_use_mgr()->AnalyzeInstDefUse(&*newLabel); in NewLabel()88 return newLabel; in NewLabel()
116 std::unique_ptr<Instruction> newLabel( in NewLabel() local118 return newLabel; in NewLabel()