Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java255 public static final int REM_INT_LIT8 = 0xdc; field in Opcodes
DOpcodeInfo.java906 public static final Info REM_INT_LIT8 = field in OpcodeInfo
907 new Info(Opcodes.REM_INT_LIT8, "rem-int/lit8",
1316 set(REM_INT_LIT8);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java913 public static final Dop REM_INT_LIT8 = field in Dops
914 new Dop(Opcodes.REM_INT_LIT8, Opcodes.REM_INT,
1317 set(REM_INT_LIT8);
DRopToDop.java333 MAP.put(Rops.REM_CONST_INT, Dops.REM_INT_LIT8); in MAP.put() argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java959 case REM_INT_LIT8:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java255REM_INT_LIT8(0xdc, "rem-int/lit8", ReferenceType.NONE, Format.Format22b, Opcode.CAN_THROW | Opcode… enumConstant