Searched refs:THE_ONE (Results 1 - 25 of 76) sorted by relevance

1234

/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java65 Opcodes.NO_NEXT, SpecialFormat.THE_ONE, false);
70 Opcodes.NO_NEXT, Form10x.THE_ONE, false);
74 Opcodes.MOVE_FROM16, Form12x.THE_ONE, true);
78 Opcodes.MOVE_16, Form22x.THE_ONE, true);
82 Opcodes.NO_NEXT, Form32x.THE_ONE, true);
86 Opcodes.MOVE_WIDE_FROM16, Form12x.THE_ONE, true);
90 Opcodes.MOVE_WIDE_16, Form22x.THE_ONE, true);
94 Opcodes.NO_NEXT, Form32x.THE_ONE, true);
98 Opcodes.MOVE_OBJECT_FROM16, Form12x.THE_ONE, true);
102 Opcodes.MOVE_OBJECT_16, Form22x.THE_ONE, tru
[all...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java62 SpecialFormat.THE_ONE, false, "<special>");
67 Form10x.THE_ONE, false, "nop");
71 Form12x.THE_ONE, true, "move");
75 Form22x.THE_ONE, true, "move/from16");
79 Form32x.THE_ONE, true, "move/16");
83 Form12x.THE_ONE, true, "move-wide");
87 Form22x.THE_ONE, true, "move-wide/from16");
91 Form32x.THE_ONE, true, "move-wide/16");
95 Form12x.THE_ONE, true, "move-object");
99 Form22x.THE_ONE, tru
[all...]
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DConservativeTranslationAdvice.java26 public static final ConservativeTranslationAdvice THE_ONE = field in class:ConservativeTranslationAdvice
30 * This class is not publicly instantiable. Use {@link #THE_ONE}.
/dalvik/dx/src/com/android/dx/rop/code/
H A DConservativeTranslationAdvice.java26 public static final ConservativeTranslationAdvice THE_ONE = field in class:ConservativeTranslationAdvice
30 * This class is not publicly instantiable. Use {@link #THE_ONE}.
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstKnownNull.java26 public static final CstKnownNull THE_ONE = new CstKnownNull(); field in class:CstKnownNull
30 * {@link #THE_ONE}.
H A DZeroes.java48 case Type.BT_OBJECT: return CstKnownNull.THE_ONE;
/dalvik/dx/src/com/android/dx/dex/code/form/
H A DSpecialFormat.java33 public static final InsnFormat THE_ONE = new SpecialFormat(); field in class:SpecialFormat
37 * instantiable. Use {@link #THE_ONE}.
H A DForm10x.java30 public static final InsnFormat THE_ONE = new Form10x(); field in class:Form10x
34 * instantiable. Use {@link #THE_ONE}.
H A DForm30t.java30 public static final InsnFormat THE_ONE = new Form30t(); field in class:Form30t
34 * instantiable. Use {@link #THE_ONE}.
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstKnownNull.java26 public static final CstKnownNull THE_ONE = new CstKnownNull(); field in class:CstKnownNull
30 * {@link #THE_ONE}.
H A DZeroes.java48 case Type.BT_OBJECT: return CstKnownNull.THE_ONE;
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/
H A DForm10t.java30 public static final InsnFormat THE_ONE = new Form10t(); field in class:Form10t
34 * instantiable. Use {@link #THE_ONE}.
82 return Form20t.THE_ONE;
H A DForm20t.java30 public static final InsnFormat THE_ONE = new Form20t(); field in class:Form20t
34 * instantiable. Use {@link #THE_ONE}.
82 return Form30t.THE_ONE;
H A DForm21t.java31 public static final InsnFormat THE_ONE = new Form21t(); field in class:Form21t
35 * instantiable. Use {@link #THE_ONE}.
87 return Form31t.THE_ONE;
H A DForm22x.java31 public static final InsnFormat THE_ONE = new Form22x(); field in class:Form22x
35 * instantiable. Use {@link #THE_ONE}.
75 return Form23x.THE_ONE;
H A DForm23x.java31 public static final InsnFormat THE_ONE = new Form23x(); field in class:Form23x
35 * instantiable. Use {@link #THE_ONE}.
77 return Form32x.THE_ONE;
H A DForm10x.java30 public static final InsnFormat THE_ONE = new Form10x(); field in class:Form10x
34 * instantiable. Use {@link #THE_ONE}.
H A DSpecialFormat.java34 public static final InsnFormat THE_ONE = new SpecialFormat(); field in class:SpecialFormat
38 * instantiable. Use {@link #THE_ONE}.
H A DForm11n.java33 public static final InsnFormat THE_ONE = new Form11n(); field in class:Form11n
37 * instantiable. Use {@link #THE_ONE}.
91 return Form21s.THE_ONE;
H A DForm12x.java33 public static final InsnFormat THE_ONE = new Form12x(); field in class:Form12x
37 * instantiable. Use {@link #THE_ONE}.
113 return Form22x.THE_ONE;
H A DForm21s.java33 public static final InsnFormat THE_ONE = new Form21s(); field in class:Form21s
37 * instantiable. Use {@link #THE_ONE}.
90 return Form21h.THE_ONE;
H A DForm22b.java33 public static final InsnFormat THE_ONE = new Form22b(); field in class:Form22b
37 * instantiable. Use {@link #THE_ONE}.
92 return Form22s.THE_ONE;
H A DForm31i.java33 public static final InsnFormat THE_ONE = new Form31i(); field in class:Form31i
37 * instantiable. Use {@link #THE_ONE}.
88 return Form51l.THE_ONE;
H A DForm21c.java36 public static final InsnFormat THE_ONE = new Form21c(); field in class:Form21c
40 * instantiable. Use {@link #THE_ONE}.
120 return Form31c.THE_ONE;
H A DForm21h.java33 public static final InsnFormat THE_ONE = new Form21h(); field in class:Form21h
37 * instantiable. Use {@link #THE_ONE}.
101 return Form31i.THE_ONE;

Completed in 345 milliseconds

1234