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

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java147 public static final Dop CONST_HIGH16 = field in class:Dops
148 new Dop(DalvOps.CONST_HIGH16, DalvOps.CONST,
965 set(CONST_HIGH16);
H A DDalvOps.java55 public static final int CONST_HIGH16 = 0x15; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java144 Opcodes.CONST_HIGH16, Form21s.THE_ONE, true);
150 public static final Dop CONST_HIGH16 = field in class:Dops
151 new Dop(Opcodes.CONST_HIGH16, Opcodes.CONST,
968 set(CONST_HIGH16);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java146 public static final Info CONST_HIGH16 = field in class:OpcodeInfo
147 new Info(Opcodes.CONST_HIGH16, "const/high16",
970 set(CONST_HIGH16);
H A DOpcodes.java65 public static final int CONST_HIGH16 = 0x15; field in class:Opcodes

Completed in 3654 milliseconds