Searched refs:Form31c (Results 1 - 5 of 5) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/form/
H A DForm31c.java34 public final class Form31c extends InsnFormat { class in inherits:InsnFormat
36 public static final InsnFormat THE_ONE = new Form31c();
42 private Form31c() { method in class:Form31c
H A DForm21c.java120 return Form31c.THE_ONE;
/dalvik/dx/src/com/android/dx/dex/code/form/
H A DForm31c.java36 public final class Form31c extends InsnFormat { class in inherits:InsnFormat
38 public static final InsnFormat THE_ONE = new Form31c();
44 private Form31c() { method in class:Form31c
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java36 import com.android.dexgen.dex.code.form.Form31c;
173 Form31c.THE_ONE, true, "const-string/jumbo");
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java37 import com.android.dx.dex.code.form.Form31c;
176 Opcodes.NO_NEXT, Form31c.THE_ONE, true);

Completed in 140 milliseconds