Searched defs:CONST (Results 1 - 4 of 4) 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/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/dx/src/com/android/dx/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

Completed in 101 milliseconds