Searched refs:DOUBLE_TYPE (Results 1 – 11 of 11) sorted by relevance
34 static final DoubleType DOUBLE_TYPE = new DoubleType(); field in VerificationTypeFactory69 return DOUBLE_TYPE; in createDoubleType()
38 return DOUBLE_TYPE; in getTag()
38 public static final int DOUBLE_TYPE = 3; field in VerificationType
38 public static final String DOUBLE_TYPE = "DOUBLE"; field in MethodExitWithReturnValueDebuggee125 }else if(type.equals(DOUBLE_TYPE)){ in run()
137 runMethodExitWithReturn(MethodExitWithReturnValueDebuggee.DOUBLE_TYPE); in testMethodExitWithReturnValueOfDouble()224 }else if(type.equals(MethodExitWithReturnValueDebuggee.DOUBLE_TYPE)){ in runMethodExitWithReturn()
60 } else if (type.equals(Type.DOUBLE_TYPE)) { in pushDefaultReturnValueToStack()
262 ….getInternalName(Double.class), "doubleValue", Type.getMethodDescriptor(Type.DOUBLE_TYPE), false)); in interceptInvokeVirtualMethodWithoutInvokeDynamic()
48 public static final PrimitiveType DOUBLE_TYPE = new PrimitiveType(Primitive.Double); field in PrimitiveType
68 public static final PrimitiveType DOUBLE_TYPE = new PrimitiveType(Primitive.Double); field in ASTHelper
37 DOUBLE_TYPE
1048 case VerificationType.DOUBLE_TYPE: return new DoubleType(); in createVerificationType()