Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopToDop.java339 MAP.put(Rops.OR_CONST_INT, Dops.OR_INT_LIT8); in MAP.put() argument
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRops.java467 public static final Rop OR_CONST_INT = field in Rops
1539 return pickBinaryOp(types, OR_CONST_INT, OR_CONST_LONG, null, null, in opOr()