Searched refs:SIG_SHORT (Results 1 - 6 of 6) sorted by relevance

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DPrimitiveType.java117 case TYPE_SHORT: return SIG_SHORT;
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DTypeSignature.java70 private static final String SIG_SHORT = "S"; field in class:TypeSignature
216 else if(componentType.equals("short")) JVMSig += SIG_SHORT ;
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java36 String SIG_SHORT = "S"; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java38 String SIG_SHORT = "S"; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java45 String SIG_SHORT = "S"; field in interface:RuntimeConstants
H A DType.java87 public static final Type tShort = new Type(TC_SHORT, SIG_SHORT);

Completed in 46 milliseconds