Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java253 public static final int MUL_INT_LIT8 = 0xda; field in Opcodes
DOpcodeInfo.java898 public static final Info MUL_INT_LIT8 = field in OpcodeInfo
899 new Info(Opcodes.MUL_INT_LIT8, "mul-int/lit8",
1314 set(MUL_INT_LIT8);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java905 public static final Dop MUL_INT_LIT8 = field in Dops
906 new Dop(Opcodes.MUL_INT_LIT8, Opcodes.MUL_INT,
1315 set(MUL_INT_LIT8);
DRopToDop.java327 MAP.put(Rops.MUL_CONST_INT, Dops.MUL_INT_LIT8); in MAP.put() argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java957 case MUL_INT_LIT8:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java253MUL_INT_LIT8(0xda, "mul-int/lit8", ReferenceType.NONE, Format.Format22b, Opcode.CAN_CONTINUE | Opc… enumConstant