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.java1238 else if (p == P_LONG) in compareExpr()
1260 private static final int P_LONG = 2; field in CodeGen
1274 return P_LONG; in typePrecedence()
1332 if (result_type == P_DOUBLE || result_type == P_LONG) { in convertOprandTypes()
1333 if (type1_p == P_DOUBLE || type1_p == P_LONG) in convertOprandTypes()
1344 if (type1_p == P_LONG) { in convertOprandTypes()
1490 else if (type == P_LONG) in atExpr()
1505 else if (type == P_LONG) { in atExpr()