Home
last modified time | relevance | path

Searched refs:NO_NEXT (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/code/
DDops.java63 Opcodes.NO_NEXT, SpecialFormat.THE_ONE, false);
68 Opcodes.NO_NEXT, Form10x.THE_ONE, false);
80 Opcodes.NO_NEXT, Form32x.THE_ONE, true);
92 Opcodes.NO_NEXT, Form32x.THE_ONE, true);
104 Opcodes.NO_NEXT, Form32x.THE_ONE, true);
108 Opcodes.NO_NEXT, Form11x.THE_ONE, true);
112 Opcodes.NO_NEXT, Form11x.THE_ONE, true);
116 Opcodes.NO_NEXT, Form11x.THE_ONE, true);
120 Opcodes.NO_NEXT, Form11x.THE_ONE, true);
124 Opcodes.NO_NEXT, Form10x.THE_ONE, false);
[all …]
/dalvik/dx/src/com/android/dx/io/
DOpcodes.java35 public static final int NO_NEXT = -1; field in Opcodes