Searched refs:DOUBLE (Results 1 – 6 of 6) sorted by relevance
46 DOUBLE("double", 8), enumConstant
470 case DOUBLE: { in parseInternal()1010 Type.BOOLEAN, Type.CHAR, Type.FLOAT, Type.DOUBLE,1041 case DOUBLE: return Value.pack(getDouble());1061 case DOUBLE: return Value.pack(getDouble());
328 return Type.DOUBLE; in getType()
132 if (outputType == OutputType.LONG || outputType == OutputType.DOUBLE) { in applyMutation()202 DOUBLE("(D)V"), enumConstant262 return OutputType.DOUBLE; in getInstructionOutputType()
37 private static final Type t4 = Type.DOUBLE;
284 enum_constant public static final com.android.ahat.heapdump.Type DOUBLE;