Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java625 public static final Dop REM_INT = field in Dops
626 new Dop(Opcodes.REM_INT, Opcodes.REM_INT,
754 new Dop(Opcodes.REM_INT_2ADDR, Opcodes.REM_INT,
755 Opcodes.REM_INT, Form12x.THE_ONE, true);
882 new Dop(Opcodes.REM_INT_LIT16, Opcodes.REM_INT,
914 new Dop(Opcodes.REM_INT_LIT8, Opcodes.REM_INT,
1245 set(REM_INT);
DRopToDop.java295 MAP.put(Rops.REM_INT, Dops.REM_INT_2ADDR); in MAP.put() argument
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java183 public static final int REM_INT = 0x94; field in Opcodes
DOpcodeInfo.java618 public static final Info REM_INT = field in OpcodeInfo
619 new Info(Opcodes.REM_INT, "rem-int",
1244 set(REM_INT);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRops.java279 public static final Rop REM_INT = field in Rops
1515 REM_CONST_FLOAT, REM_CONST_DOUBLE, REM_INT, in opRem()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java175REM_INT((short)0x94, "rem-int", ReferenceType.NONE, Format.Format23x, Opcode.CAN_THROW | Opcode.CA… enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java812 case REM_INT: