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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java35 public static final int tByte = 8; field in class:BasicType
50 public static final BasicType T_BYTE = new BasicType(tByte);
78 return tByte;
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DType.java85 public static final Type tByte = new Type(TC_BYTE, SIG_BYTE); field in class:Type

Completed in 194 milliseconds