Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRops.java471 public static final Rop OR_CONST_LONG = field in Rops
1539 return pickBinaryOp(types, OR_CONST_INT, OR_CONST_LONG, null, null, in opOr()