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

/dalvik/dexgen/src/com/android/dexgen/dex/code/form/
H A DForm51l.java32 public final class Form51l extends InsnFormat { class in inherits:InsnFormat
34 public static final InsnFormat THE_ONE = new Form51l();
40 private Form51l() { method in class:Form51l
H A DForm31i.java88 return Form51l.THE_ONE;
/dalvik/dx/src/com/android/dx/dex/code/form/
H A DForm51l.java34 public final class Form51l extends InsnFormat { class in inherits:InsnFormat
36 public static final InsnFormat THE_ONE = new Form51l();
42 private Form51l() { method in class:Form51l
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java42 import com.android.dexgen.dex.code.form.Form51l;
161 Form51l.THE_ONE, true, "const-wide");
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java43 import com.android.dx.dex.code.form.Form51l;
164 Opcodes.NO_NEXT, Form51l.THE_ONE, true);

Completed in 79 milliseconds