Searched defs:newLabel (Results 1 - 11 of 11) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DIdenticalBlockCombiner.java162 * @param newLabel label of new successor
164 private void replaceSucc(BasicBlock block, int oldLabel, int newLabel) { argument
168 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel);
172 newPrimarySuccessor = newLabel;
/external/skia/src/views/animated/
H A DSkWidgetViews.cpp160 /*virtual*/ void SkWidgetView::onLabelChange(const char oldLabel[], const char newLabel[]) argument
262 virtual void onLabelChange(const char oldLabel[], const char newLabel[]) argument
264 this->INHERITED::onLabelChange(oldLabel, newLabel);
268 evt.setString("LABEL", newLabel);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java115 Label startLabel = newLabel(codeAddressToIndex, tryBlock.getStartCodeAddress());
116 Label endLabel = newLabel(codeAddressToIndex, tryBlock.getStartCodeAddress() + tryBlock.getCodeUnitCount());
121 newLabel(codeAddressToIndex, exceptionHandler.getHandlerCodeAddress())));
529 private Label newLabel(@Nonnull int[] codeAddressToIndex, int codeAddress) { method in class:MutableMethodImplementation
669 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
714 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
755 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
792 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
817 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
840 Label newLabel;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-oro.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 521 milliseconds