Searched defs:MUL_INT_LIT8 (Results 1 - 5 of 5) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java899 public static final Dop MUL_INT_LIT8 = field in class:Dops
900 new Dop(DalvOps.MUL_INT_LIT8, DalvOps.MUL_INT,
1153 set(MUL_INT_LIT8);
H A DDalvOps.java252 public static final int MUL_INT_LIT8 = 0xda; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java902 public static final Dop MUL_INT_LIT8 = field in class:Dops
903 new Dop(Opcodes.MUL_INT_LIT8, Opcodes.MUL_INT,
1156 set(MUL_INT_LIT8);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java898 public static final Info MUL_INT_LIT8 = field in class:OpcodeInfo
899 new Info(Opcodes.MUL_INT_LIT8, "mul-int/lit8",
1158 set(MUL_INT_LIT8);
H A DOpcodes.java253 public static final int MUL_INT_LIT8 = 0xda; field in class:Opcodes

Completed in 374 milliseconds