Searched refs:pickBinaryOp (Results 1 - 1 of 1) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
H A D | Rops.java | 1462 return pickBinaryOp(types, ADD_CONST_INT, ADD_CONST_LONG, 1475 return pickBinaryOp(types, SUB_CONST_INT, SUB_CONST_LONG, 1488 return pickBinaryOp(types, MUL_CONST_INT, MUL_CONST_LONG, 1501 return pickBinaryOp(types, DIV_CONST_INT, DIV_CONST_LONG, 1514 return pickBinaryOp(types, REM_CONST_INT, REM_CONST_LONG, 1527 return pickBinaryOp(types, AND_CONST_INT, AND_CONST_LONG, null, null, 1539 return pickBinaryOp(types, OR_CONST_INT, OR_CONST_LONG, null, null, 1551 return pickBinaryOp(types, XOR_CONST_INT, XOR_CONST_LONG, null, null, 1563 return pickBinaryOp(types, SHL_CONST_INT, SHL_CONST_LONG, null, null, 1575 return pickBinaryOp(type 1606 private static Rop pickBinaryOp(TypeList types, Rop int1, Rop long1, method in class:Rops [all...] |
Completed in 46 milliseconds