Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopToDop.java321 MAP.put(Rops.SUB_CONST_INT, Dops.RSUB_INT_LIT8); in MAP.put() argument
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRops.java387 public static final Rop SUB_CONST_INT = field in Rops
1475 return pickBinaryOp(types, SUB_CONST_INT, SUB_CONST_LONG, in opSub()