Searched refs:T_BOOLEAN (Results 1 – 12 of 12) sorted by relevance
37 if ((type < Const.T_BOOLEAN) || (type > Const.T_VOID)) { in BasicType()48 case Const.T_BOOLEAN: in getType()
246 case Const.T_BOOLEAN: in createAppend()307 case Const.T_BOOLEAN: in createReturn()479 case Const.T_BOOLEAN: in createStore()505 case Const.T_BOOLEAN: in createLoad()531 case Const.T_BOOLEAN: in createArrayLoad()560 case Const.T_BOOLEAN: in createArrayStore()693 case Const.T_BOOLEAN: in createNull()
243 case Const.T_BOOLEAN: in addConstant()
49 public static final BasicType BOOLEAN = new BasicType(Const.T_BOOLEAN);
96 if((if_type=if_expr.eval(T_BOOLEAN)) != T_BOOLEAN) { in eval()
163 child_type = type = T_BOOLEAN; // ! in eval()172 child_type = type = T_BOOLEAN; in eval()175 type = T_BOOLEAN; in eval()
72 ident = new ASTIdent("TRUE", T_BOOLEAN, -1, -1); in ASTProgram()76 ident = new ASTIdent("FALSE", T_BOOLEAN, -1, -1); in ASTProgram()
1288 byte T_BOOLEAN = 4; field
1727 public static final byte T_BOOLEAN = 4; field in Const
1021 for (int i = Const.T_BOOLEAN; (i <= Const.T_VOID) && !found; i++) { in getSignature()1120 return Const.T_BOOLEAN; in typeOfSignature()
348 case Opcodes.T_BOOLEAN: in visitIntInsn()
827 if (! ( (t == Const.T_BOOLEAN) || in visitNEWARRAY()