Home
last modified time | relevance | path

Searched refs:ConstantInteger (Results 1 – 23 of 23) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DSimpleElementValue.java68 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueInt()
79 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueByte()
90 final ConstantInteger c = (ConstantInteger) super.getConstantPool().getConstant(getIndex(), in getValueChar()
131 … final ConstantInteger bo = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueBoolean()
141 final ConstantInteger s = (ConstantInteger) super.getConstantPool().getConstant(getIndex()); in getValueShort()
160 final ConstantInteger c = (ConstantInteger) cpool.getConstant(getIndex(), in stringifyValue()
176 final ConstantInteger s = (ConstantInteger) cpool.getConstant(getIndex(), in stringifyValue()
180 final ConstantInteger b = (ConstantInteger) cpool.getConstant(getIndex(), in stringifyValue()
184 final ConstantInteger ch = (ConstantInteger) cpool.getConstant( in stringifyValue()
188 final ConstantInteger bo = (ConstantInteger) cpool.getConstant( in stringifyValue()
DConstantInteger.java33 public final class ConstantInteger extends Constant implements ConstantObject { class
41 public ConstantInteger(final int bytes) { in ConstantInteger() method in ConstantInteger
50 public ConstantInteger(final ConstantInteger c) { in ConstantInteger() method in ConstantInteger
61 ConstantInteger(final DataInput file) throws IOException { in ConstantInteger() method in ConstantInteger
DVisitor.java41 void visitConstantInteger(ConstantInteger obj); in visitConstantInteger()
DConstantValue.java137 buf = String.valueOf(((ConstantInteger) c).getBytes()); in toString()
DEmptyVisitor.java96 public void visitConstantInteger(final ConstantInteger obj) in visitConstantInteger()
DConstant.java149 return new ConstantInteger(input); in readConstant()
DConstantPool.java129 str = String.valueOf(((ConstantInteger) c).getBytes()); in constantToString()
DDescendingVisitor.java308 public void visitConstantInteger(final ConstantInteger constant) in visitConstantInteger()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DSimpleElementValueGen.java25 import org.apache.bcel.classfile.ConstantInteger;
201 final ConstantInteger c = (ConstantInteger) getConstantPool().getConstant(idx); in getValueInt()
212 final ConstantInteger c = (ConstantInteger) getConstantPool().getConstant(idx); in stringifyValue()
224 final ConstantInteger s = (ConstantInteger) getConstantPool().getConstant(idx); in stringifyValue()
227 final ConstantInteger b = (ConstantInteger) getConstantPool().getConstant(idx); in stringifyValue()
230 final ConstantInteger ch = (ConstantInteger) getConstantPool().getConstant(idx); in stringifyValue()
233 final ConstantInteger bo = (ConstantInteger) getConstantPool().getConstant(idx); in stringifyValue()
DConstantPoolGen.java30 import org.apache.bcel.classfile.ConstantInteger;
185 } else if (c instanceof ConstantInteger) { in ConstantPoolGen()
342 if (constants[i] instanceof ConstantInteger) { in lookupInteger()
343 final ConstantInteger c = (ConstantInteger) constants[i]; in lookupInteger()
366 constants[index++] = new ConstantInteger(n); in addInteger()
808 return addInteger(((ConstantInteger) c).getBytes()); in addConstant()
DLDC.java106 return Integer.valueOf(((org.apache.bcel.classfile.ConstantInteger) c).getBytes()); in getValue()
/external/apache-commons-bcel/docs/eps/
Dconstantpool.fig204 4 0 0 938 -1 16 10 1.5708 4 135 1125 1479 6601 ConstantInteger\001
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
D2003-04-16-ExprAnalysis.ll2 ; It was assuming any constant of int type was a ConstantInteger.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
D2003-04-16-ExprAnalysis.ll2 ; It was assuming any constant of int type was a ConstantInteger.
/external/llvm/test/Transforms/IndVarSimplify/
D2003-04-16-ExprAnalysis.ll2 ; It was assuming any constant of int type was a ConstantInteger.
/external/apache-commons-bcel/src/test/java/org/apache/bcel/visitors/
DCounterVisitor.java31 import org.apache.bcel.classfile.ConstantInteger;
220 public void visitConstantInteger(final ConstantInteger obj) in visitConstantInteger()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DStringRepresentation.java31 import org.apache.bcel.classfile.ConstantInteger;
196 public void visitConstantInteger(final ConstantInteger obj) { in visitConstantInteger()
DPass2Verifier.java39 import org.apache.bcel.classfile.ConstantInteger;
353 CONST_Integer = ConstantInteger.class; in CPESSC_Visitor()
479 public void visitConstantInteger(final ConstantInteger obj) { in visitConstantInteger()
DPass3aVerifier.java31 import org.apache.bcel.classfile.ConstantInteger;
549 if (! ( (c instanceof ConstantInteger) || in visitLDC()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExecutionVisitor.java26 import org.apache.bcel.classfile.ConstantInteger;
1044 if (c instanceof ConstantInteger) { in visitLDC()
1060 if (c instanceof ConstantInteger) { in visitLDC_W()
DInstConstraintVisitor.java28 import org.apache.bcel.classfile.ConstantInteger;
2383 if (! ( ( c instanceof ConstantInteger) || in visitLDC()
2400 if (! ( ( c instanceof ConstantInteger) || in visitLDC_W()
/external/apache-commons-bcel/docs/
Dclassfile.mdl257 (object Class "ConstantInteger"
1833 (object ClassView "Class" "Logical View::ConstantInteger" @92
1845 label "ConstantInteger")
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...