Searched defs:GOTO (Results 1 - 10 of 10) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegOps.java53 public static final int GOTO = 6; field in class:RegOps
319 case GOTO: return "goto";
H A DRops.java119 public static final Rop GOTO = field in class:Rops
120 new Rop(RegOps.GOTO, Type.VOID, StdTypeList.EMPTY, Rop.BRANCH_GOTO,
1130 case RegOps.GOTO: return GOTO;
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegOps.java53 public static final int GOTO = 6; field in class:RegOps
319 case GOTO: return "goto";
H A DRops.java119 public static final Rop GOTO = field in class:Rops
120 new Rop(RegOps.GOTO, Type.VOID, StdTypeList.EMPTY, Rop.BRANCH_GOTO,
1130 case RegOps.GOTO: return GOTO;
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java223 public static final Dop GOTO = field in class:Dops
224 new Dop(DalvOps.GOTO, DalvOps.GOTO,
228 new Dop(DalvOps.GOTO_16, DalvOps.GOTO,
232 new Dop(DalvOps.GOTO_32, DalvOps.GOTO,
984 set(GOTO);
H A DDalvOps.java74 public static final int GOTO = 0x28; field in class:DalvOps
/dalvik/dx/src/com/android/dx/cf/code/
H A DByteOps.java194 public static final int GOTO = 0xa7; field in class:ByteOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java226 public static final Dop GOTO = field in class:Dops
227 new Dop(Opcodes.GOTO, Opcodes.GOTO,
231 new Dop(Opcodes.GOTO_16, Opcodes.GOTO,
235 new Dop(Opcodes.GOTO_32, Opcodes.GOTO,
987 set(GOTO);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java222 public static final Info GOTO = field in class:OpcodeInfo
223 new Info(Opcodes.GOTO, "goto",
989 set(GOTO);
H A DOpcodes.java84 public static final int GOTO = 0x28; field in class:Opcodes

Completed in 336 milliseconds