/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | SimpleElementValue.java | 68 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()
|
D | ConstantInteger.java | 33 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
|
D | Visitor.java | 41 void visitConstantInteger(ConstantInteger obj); in visitConstantInteger()
|
D | ConstantValue.java | 137 buf = String.valueOf(((ConstantInteger) c).getBytes()); in toString()
|
D | EmptyVisitor.java | 96 public void visitConstantInteger(final ConstantInteger obj) in visitConstantInteger()
|
D | Constant.java | 149 return new ConstantInteger(input); in readConstant()
|
D | ConstantPool.java | 129 str = String.valueOf(((ConstantInteger) c).getBytes()); in constantToString()
|
D | DescendingVisitor.java | 308 public void visitConstantInteger(final ConstantInteger constant) in visitConstantInteger()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | SimpleElementValueGen.java | 25 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()
|
D | ConstantPoolGen.java | 30 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()
|
D | LDC.java | 106 return Integer.valueOf(((org.apache.bcel.classfile.ConstantInteger) c).getBytes()); in getValue()
|
/external/apache-commons-bcel/docs/eps/ |
D | constantpool.fig | 204 4 0 0 938 -1 16 10 1.5708 4 135 1125 1479 6601 ConstantInteger\001
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | 2003-04-16-ExprAnalysis.ll | 2 ; It was assuming any constant of int type was a ConstantInteger.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | 2003-04-16-ExprAnalysis.ll | 2 ; It was assuming any constant of int type was a ConstantInteger.
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2003-04-16-ExprAnalysis.ll | 2 ; It was assuming any constant of int type was a ConstantInteger.
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/visitors/ |
D | CounterVisitor.java | 31 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/ |
D | StringRepresentation.java | 31 import org.apache.bcel.classfile.ConstantInteger; 196 public void visitConstantInteger(final ConstantInteger obj) { in visitConstantInteger()
|
D | Pass2Verifier.java | 39 import org.apache.bcel.classfile.ConstantInteger; 353 CONST_Integer = ConstantInteger.class; in CPESSC_Visitor() 479 public void visitConstantInteger(final ConstantInteger obj) { in visitConstantInteger()
|
D | Pass3aVerifier.java | 31 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/ |
D | ExecutionVisitor.java | 26 import org.apache.bcel.classfile.ConstantInteger; 1044 if (c instanceof ConstantInteger) { in visitLDC() 1060 if (c instanceof ConstantInteger) { in visitLDC_W()
|
D | InstConstraintVisitor.java | 28 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/ |
D | classfile.mdl | 257 (object Class "ConstantInteger" 1833 (object ClassView "Class" "Logical View::ConstantInteger" @92 1845 label "ConstantInteger")
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | bcel.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |