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

/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java164 public static final int INT_TO_LONG = 0x81; field in class:Opcodes
H A DOpcodeInfo.java542 public static final Info INT_TO_LONG = field in class:OpcodeInfo
543 new Info(Opcodes.INT_TO_LONG, "int-to-long",
1225 set(INT_TO_LONG);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java549 public static final Dop INT_TO_LONG = field in class:Dops
550 new Dop(Opcodes.INT_TO_LONG, Opcodes.INT_TO_LONG,
1226 set(INT_TO_LONG);
H A DRopToDop.java159 // Opcodes.INT_TO_LONG
362 MAP.put(Rops.CONV_I2L, Dops.INT_TO_LONG);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java157 INT_TO_LONG((byte)0x81, "int-to-long", ReferenceType.none, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER), enum constant in enum:Opcode
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java844 case INT_TO_LONG:
1350 case INT_TO_LONG:

Completed in 47 milliseconds