Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/compiler/
DCodeGen.java1300 else if (p == P_LONG) in compareExpr()
1322 private static final int P_LONG = 2; field in CodeGen
1336 return P_LONG; in typePrecedence()
1394 if (result_type == P_DOUBLE || result_type == P_LONG) { in convertOprandTypes()
1395 if (type1_p == P_DOUBLE || type1_p == P_LONG) in convertOprandTypes()
1406 if (type1_p == P_LONG) { in convertOprandTypes()
1558 else if (type == P_LONG) in atExpr()
1573 else if (type == P_LONG) { in atExpr()