Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopToDop.java333 MAP.put(Rops.REM_CONST_INT, Dops.REM_INT_LIT8); in MAP.put() argument
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRops.java440 public static final Rop REM_CONST_INT = field in Rops
1514 return pickBinaryOp(types, REM_CONST_INT, REM_CONST_LONG, in opRem()