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.java65 Opcodes.NO_NEXT, SpecialFormat.THE_ONE, false);
70 Opcodes.NO_NEXT, Form10x.THE_ONE, false);
82 Opcodes.NO_NEXT, Form32x.THE_ONE, true);
94 Opcodes.NO_NEXT, Form32x.THE_ONE, true);
106 Opcodes.NO_NEXT, Form32x.THE_ONE, true);
110 Opcodes.NO_NEXT, Form11x.THE_ONE, true);
114 Opcodes.NO_NEXT, Form11x.THE_ONE, true);
118 Opcodes.NO_NEXT, Form11x.THE_ONE, true);
122 Opcodes.NO_NEXT, Form11x.THE_ONE, true);
126 Opcodes.NO_NEXT, Form10x.THE_ONE, false);
[all …]
/dalvik/dx/src/com/android/dx/io/
DOpcodes.java36 public static final int NO_NEXT = -1; field in Opcodes