Searched refs:CONST_Double (Results 1 – 6 of 6) sorted by relevance
287 case ConstPool.CONST_Double: in ldc()
85 public static final int CONST_Double = DoubleInfo.tag; field in ConstPool
328 private final Class<?> CONST_Double; field in Pass2Verifier.CPESSC_Visitor356 CONST_Double = ConstantDouble.class; in CPESSC_Visitor()939 if (CONST_Double.isInstance(c) && field_type.equals(Type.DOUBLE)) { in visitConstantValue()
439 case ConstPool.CONST_Double : in getConstantValue()
260 else if (tag == ConstPool.CONST_Double) { in doLDC()
783 case ConstPool.CONST_Double: in evalLDC()