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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java525 public static final Dop NEG_INT = field in class:Dops
526 new Dop(Opcodes.NEG_INT, Opcodes.NEG_INT,
1220 set(NEG_INT);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java518 public static final Info NEG_INT = field in class:OpcodeInfo
519 new Info(Opcodes.NEG_INT, "neg-int",
1219 set(NEG_INT);
H A DOpcodes.java158 public static final int NEG_INT = 0x7b; field in class:Opcodes
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java298 public static final Rop NEG_INT = field in class:Rops
1649 case Type.BT_INT: return NEG_INT;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DOpcode.java150 NEG_INT((short)0x7b, "neg-int", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode

Completed in 87 milliseconds