Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java254 public static final int DIV_INT_LIT8 = 0xdb; field in Opcodes
DOpcodeInfo.java902 public static final Info DIV_INT_LIT8 = field in OpcodeInfo
903 new Info(Opcodes.DIV_INT_LIT8, "div-int/lit8",
1315 set(DIV_INT_LIT8);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java909 public static final Dop DIV_INT_LIT8 = field in Dops
910 new Dop(Opcodes.DIV_INT_LIT8, Opcodes.DIV_INT,
1316 set(DIV_INT_LIT8);
DRopToDop.java330 MAP.put(Rops.DIV_CONST_INT, Dops.DIV_INT_LIT8); in MAP.put() argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java246DIV_INT_LIT8((short)0xdb, "div-int/lit8", ReferenceType.NONE, Format.Format22b, Opcode.CAN_THROW |… enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java907 case DIV_INT_LIT8: