Searched defs:CONST (Results 1 - 8 of 8) sorted by relevance

/dalvik/tests/003-omnibus-opcodes/src/
H A DInternedString.java20 public static final String CONST = "Class InternedString"; field in class:InternedString
33 s = CONST;
40 WeakReference strRef = new WeakReference<String>(CONST.intern());
44 assert(CONST == CONST.intern());
48 String s = CONST;
54 assert(strRef.get() == CONST);
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegOps.java50 public static final int CONST = 5; field in class:RegOps
318 case CONST: return "const";
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegOps.java50 public static final int CONST = 5; field in class:RegOps
318 case CONST: return "const";
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java136 new Dop(DalvOps.CONST_4, DalvOps.CONST,
140 new Dop(DalvOps.CONST_16, DalvOps.CONST,
143 public static final Dop CONST = field in class:Dops
144 new Dop(DalvOps.CONST, DalvOps.CONST,
148 new Dop(DalvOps.CONST_HIGH16, DalvOps.CONST,
964 set(CONST);
H A DDalvOps.java54 public static final int CONST = 0x14; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java139 new Dop(Opcodes.CONST_4, Opcodes.CONST,
143 new Dop(Opcodes.CONST_16, Opcodes.CONST,
146 public static final Dop CONST = field in class:Dops
147 new Dop(Opcodes.CONST, Opcodes.CONST,
151 new Dop(Opcodes.CONST_HIGH16, Opcodes.CONST,
152 Opcodes.CONST, Form21h.THE_ONE, true);
967 set(CONST);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java142 public static final Info CONST = field in class:OpcodeInfo
143 new Info(Opcodes.CONST, "const",
969 set(CONST);
H A DOpcodes.java64 public static final int CONST = 0x14; field in class:Opcodes

Completed in 546 milliseconds