Home
last modified time | relevance | path

Searched refs:newLabel (Results 1 – 7 of 7) 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()
486 private Label newLabel(@Nonnull int[] codeAddressToIndex, int codeAddress) {
618 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
663 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
704 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
741 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
766 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
789 Label newLabel;
[all …]
/external/skia/src/views/animated/
DSkWidgetViews.cpp160 /*virtual*/ void SkWidgetView::onLabelChange(const char oldLabel[], const char newLabel[]) in onLabelChange() argument
262 virtual void onLabelChange(const char oldLabel[], const char newLabel[]) in onLabelChange() argument
264 this->INHERITED::onLabelChange(oldLabel, newLabel); in onLabelChange()
268 evt.setString("LABEL", newLabel); in onLabelChange()
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DIdenticalBlockCombiner.java164 private void replaceSucc(BasicBlock block, int oldLabel, int newLabel) { in replaceSucc() argument
168 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel); in replaceSucc() local
172 newPrimarySuccessor = newLabel; in replaceSucc()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DDFAState.java348 Label newLabel = new Label(existingMinusNewElements); in addReachableLabel() local
349 reachableLabels.add(newLabel); in addReachableLabel()
371 Label newLabel = new Label(remainder); in addReachableLabel() local
372 reachableLabels.add(newLabel); in addReachableLabel()
/external/dexmaker/src/main/java/com/google/dexmaker/
DCode.java461 Label newLabel = new Label(); in splitCurrentLabel() local
462 adopt(newLabel); in splitCurrentLabel()
463 currentLabel.primarySuccessor = newLabel; in splitCurrentLabel()
466 currentLabel = newLabel; in splitCurrentLabel()
/external/skia/include/views/animated/
DSkWidgetViews.h85 virtual void onLabelChange(const char oldLabel[], const char newLabel[]);
/external/doclava/src/com/google/doclava/
DSampleCode.java508 String newLabel = thisLabel + "/" + childLabel; in squashNodes() local
509 list.get(i).setLabel(newLabel); in squashNodes()