Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java252 public static final int RSUB_INT_LIT8 = 0xd9; field in Opcodes
DOpcodeInfo.java894 public static final Info RSUB_INT_LIT8 = field in OpcodeInfo
895 new Info(Opcodes.RSUB_INT_LIT8, "rsub-int/lit8",
1313 set(RSUB_INT_LIT8);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java901 public static final Dop RSUB_INT_LIT8 = field in Dops
902 new Dop(Opcodes.RSUB_INT_LIT8, Opcodes.RSUB_INT,
1314 set(RSUB_INT_LIT8);
DRopToDop.java321 MAP.put(Rops.SUB_CONST_INT, Dops.RSUB_INT_LIT8); in MAP.put() argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java244RSUB_INT_LIT8((short)0xd9, "rsub-int/lit8", ReferenceType.NONE, Format.Format22b, Opcode.CAN_CONTI… enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java905 case RSUB_INT_LIT8: