Searched defs:tDouble (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java34 public static final int tDouble = 7; field in class:BasicType
49 public static final BasicType T_DOUBLE = new BasicType(tDouble);
74 return tDouble;
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DType.java91 public static final Type tDouble = new Type(TC_DOUBLE, SIG_DOUBLE); field in class:Type

Completed in 24 milliseconds