Home
last modified time | relevance | path

Searched refs:P_INT (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/compiler/
DCodeGen.java1017 if (p == P_INT && exprType != BOOLEAN) in atArithBinExpr()
1217 if (p == P_INT) { in compareExpr()
1261 private static final int P_INT = 3; field in CodeGen
1280 return P_INT; // BOOLEAN, BYTE, CHAR, SHORT, INT in typePrecedence()
1285 return typePrecedence(type) == P_INT; in isP_INT()
1492 else if (type == P_INT) { in atExpr()
1500 if (type == P_INT) { in atExpr()
1627 if (typePrecedence(exprType) != P_INT || arrayDim > 0) in arrayAccess()