Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java258 public static final int OR_INT_LIT8 = 0xde; field in Opcodes
DOpcodeInfo.java914 public static final Info OR_INT_LIT8 = field in OpcodeInfo
915 new Info(Opcodes.OR_INT_LIT8, "or-int/lit8",
1186 set(OR_INT_LIT8);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java256 public static final int OR_INT_LIT8 = 0xde; field in DalvOps
DDops.java925 public static final Dop OR_INT_LIT8 = field in Dops
926 new Dop(DalvOps.OR_INT_LIT8, DalvOps.OR_INT,
1167 set(OR_INT_LIT8);
DRopToDop.java167 MAP.put(Rops.OR_CONST_INT, Dops.OR_INT_LIT8); in MAP.put() argument
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java920 public static final Dop OR_INT_LIT8 = field in Dops
921 new Dop(Opcodes.OR_INT_LIT8, Opcodes.OR_INT,
1186 set(OR_INT_LIT8);
DRopToDop.java344 MAP.put(Rops.OR_CONST_INT, Dops.OR_INT_LIT8); in MAP.put() argument