Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/compiler/
DTypeChecker.java290 if (CodeGen.rightIsStrong(type1, exprType)) in atCondExpr()
292 else if (CodeGen.rightIsStrong(exprType, type1)) { in atCondExpr()
538 if (CodeGen.rightIsStrong(type1, type2)) in insertCast()
DCodeGen.java1289 static boolean rightIsStrong(int type1, int type2) { in rightIsStrong() method in CodeGen