Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java66 Opcodes.NO_NEXT, SpecialFormat.THE_ONE, false);
71 Opcodes.NO_NEXT, Form10x.THE_ONE, false);
83 Opcodes.NO_NEXT, Form32x.THE_ONE, true);
95 Opcodes.NO_NEXT, Form32x.THE_ONE, true);
107 Opcodes.NO_NEXT, Form32x.THE_ONE, true);
111 Opcodes.NO_NEXT, Form11x.THE_ONE, true);
115 Opcodes.NO_NEXT, Form11x.THE_ONE, true);
119 Opcodes.NO_NEXT, Form11x.THE_ONE, true);
123 Opcodes.NO_NEXT, Form11x.THE_ONE, true);
127 Opcodes.NO_NEXT, Form10x.THE_ONE, false);
[all …]
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java35 public static final int NO_NEXT = -1; field in Opcodes