Searched refs:CHAR (Results 1 – 6 of 6) sorted by relevance
24 public static final int CHAR = 5; field in Types51 case CHAR: return 2; in getTypeSize()78 case CHAR: return "char"; in getTypeName()
77 return Type.CHAR; in getType()
81 public static final Type CHAR = new Type("C", BT_CHAR); field in Type114 putIntern(CHAR);133 CLASS_TYPE_MAP.put(char.class, CHAR); in CLASS_TYPE_MAP.put() argument235 public static final Type CHAR_ARRAY = CHAR.getArrayType();
79 public static final Type CHAR = new Type("C", BT_CHAR); field in Type112 putIntern(CHAR);219 public static final Type CHAR_ARRAY = CHAR.getArrayType();
448 visitor.visitNoArgs(ByteOps.IALOAD, offset, 1, Type.CHAR); in parseInstruction()566 Type.CHAR); in parseInstruction()