Home
last modified time | relevance | path

Searched refs:newLabel (Results 1 – 10 of 10) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java115 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 …]
/external/antlr/tool/src/main/java/org/antlr/analysis/
DDFAState.java351 Label newLabel = new Label(existingMinusNewElements); in addReachableLabel() local
352 reachableLabels.add(newLabel); in addReachableLabel()
374 Label newLabel = new Label(remainder); in addReachableLabel() local
375 reachableLabels.add(newLabel); in addReachableLabel()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java463 Label newLabel = new Label(); in splitCurrentLabel() local
464 adopt(newLabel); in splitCurrentLabel()
465 currentLabel.primarySuccessor = newLabel; in splitCurrentLabel()
468 currentLabel = newLabel; in splitCurrentLabel()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowStarredCoverage.java184 String newLabel = PARENS.matcher(label).replaceAll(""); in stripParens() local
185 if (label.equals(newLabel)) { in stripParens()
188 return newLabel; in stripParens()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DOldClassInstrumentor.java134 Label notNull = generator.newLabel(); in generateCallToClassHandler()
135 Label afterward = generator.newLabel(); in generateCallToClassHandler()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp85 std::unique_ptr<Instruction> newLabel( in NewLabel() local
87 get_def_use_mgr()->AnalyzeInstDefUse(&*newLabel); in NewLabel()
88 return newLabel; in NewLabel()
Dinline_pass.cpp104 std::unique_ptr<Instruction> newLabel( in NewLabel() local
106 return newLabel; in NewLabel()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp85 std::unique_ptr<Instruction> newLabel( in NewLabel() local
87 get_def_use_mgr()->AnalyzeInstDefUse(&*newLabel); in NewLabel()
88 return newLabel; in NewLabel()
Dinline_pass.cpp100 std::unique_ptr<Instruction> newLabel( in NewLabel() local
102 return newLabel; in NewLabel()
/external/doclava/src/com/google/doclava/
DSampleCode.java520 String newLabel = thisLabel + "/" + childLabel; in squashNodes() local
521 list.get(i).setLabel(newLabel); in squashNodes()