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

/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java255 public static final int REM_INT_LIT8 = 0xdc; field in class:Opcodes
H A DOpcodeInfo.java906 public static final Info REM_INT_LIT8 = field in class: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/
H A DDops.java913 public static final Dop REM_INT_LIT8 = field in class:Dops
914 new Dop(Opcodes.REM_INT_LIT8, Opcodes.REM_INT,
1317 set(REM_INT_LIT8);
H A DRopToDop.java210 // Opcodes.REM_INT_LIT8
333 MAP.put(Rops.REM_CONST_INT, Dops.REM_INT_LIT8);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java248 REM_INT_LIT8((byte)0xdc, "rem-int/lit8", ReferenceType.none, Format.Format22b, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java985 case REM_INT_LIT8:
1491 case REM_INT_LIT8:

Completed in 75 milliseconds