Home
last modified time | relevance | path

Searched refs:GOTO (Results 1 – 25 of 26) sorted by relevance

12

/dalvik/dx/src/com/android/dx/rop/code/
DRegOps.java53 public static final int GOTO = 6; field in RegOps
335 case GOTO: return "goto"; in opName()
DRops.java120 public static final Rop GOTO = field in Rops
121 new Rop(RegOps.GOTO, Type.VOID, StdTypeList.EMPTY, Rop.BRANCH_GOTO,
1131 case RegOps.GOTO: return GOTO; in ropFor()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegOps.java53 public static final int GOTO = 6; field in RegOps
319 case GOTO: return "goto"; in opName()
DRops.java119 public static final Rop GOTO = field in Rops
120 new Rop(RegOps.GOTO, Type.VOID, StdTypeList.EMPTY, Rop.BRANCH_GOTO,
1130 case RegOps.GOTO: return GOTO; in ropFor()
/dalvik/dx/src/com/android/dx/io/
DOpcodes.java85 public static final int GOTO = 0x28; field in Opcodes
DOpcodeInfo.java222 public static final Info GOTO = field in OpcodeInfo
223 new Info(Opcodes.GOTO, "goto",
1013 set(GOTO);
/dalvik/dx/src/com/android/dx/cf/code/
DRopperMachine.java587 insn = new PlainInsn(Rops.GOTO, pos, null, in run()
610 insn = new PlainInsn(Rops.GOTO, pos, null, RegisterSpecList.EMPTY); in run()
910 case ByteOps.GOTO: { in jopToRopOpcode()
911 return RegOps.GOTO; in jopToRopOpcode()
DValueAwareMachine.java63 case ByteOps.GOTO: in run()
DRopper.java997 il.set(1, new PlainInsn(Rops.GOTO, in processBlock()
1034 insns.add(new PlainInsn(Rops.GOTO, pos, null, in processBlock()
1132 insns.set(sz, new PlainInsn(Rops.GOTO, pos, null, in addSetupBlocks()
1159 insns.set(1, new PlainInsn(Rops.GOTO, pos, null, in addSetupBlocks()
1311 insn = new PlainInsn(Rops.GOTO, pos, null, in addExceptionSetupBlocks()
DByteOps.java194 public static final int GOTO = 0xa7; field in ByteOps
DBasicBlocker.java227 case ByteOps.GOTO: { in visitBranch()
DBytecodeArray.java700 case ByteOps.GOTO: in parseInstruction()
800 (opcode == ByteOps.GOTO_W) ? ByteOps.GOTO : in parseInstruction()
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java74 public static final int GOTO = 0x28; field in DalvOps
DOutputFinisher.java680 if (dop.getFamily() == DalvOps.GOTO) { in fixBranches()
724 new TargetInsn(Dops.GOTO, target.getPosition(), in fixBranches()
DDops.java225 public static final Dop GOTO = field in Dops
226 new Dop(DalvOps.GOTO, DalvOps.GOTO,
230 new Dop(DalvOps.GOTO_16, DalvOps.GOTO,
234 new Dop(DalvOps.GOTO_32, DalvOps.GOTO,
994 set(GOTO);
DRopToDop.java89 MAP.put(Rops.GOTO, Dops.GOTO); in MAP.put() argument
DRopTranslator.java293 new TargetInsn(Dops.GOTO, lastInsn.getPosition(), in outputBlock()
/dalvik/dx/src/com/android/dx/ssa/
DLiteralOpUpgrader.java169 RegOps.GOTO, null); in tryReplacingWithConstant()
DSsaMethod.java226 new PlainInsn(Rops.GOTO, SourcePosition.NO_INFO, in getGoto()
831 Insn gotoInsn = new PlainInsn(Rops.GOTO, in deleteInsns()
DSCCP.java675 block.replaceLastInsn(new PlainInsn(Rops.GOTO, in replaceBranches()
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java228 public static final Dop GOTO = field in Dops
229 new Dop(Opcodes.GOTO, Opcodes.GOTO,
233 new Dop(Opcodes.GOTO_16, Opcodes.GOTO,
237 new Dop(Opcodes.GOTO_32, Opcodes.GOTO,
1013 set(GOTO);
DOutputFinisher.java787 if (opcode.getFamily() == Opcodes.GOTO) { in fixBranches()
829 new TargetInsn(Dops.GOTO, target.getPosition(), in fixBranches()
DRopToDop.java266 MAP.put(Rops.GOTO, Dops.GOTO); in MAP.put() argument
DRopTranslator.java300 new TargetInsn(Dops.GOTO, lastInsn.getPosition(), in outputBlock()
/dalvik/dx/src/com/android/dx/ssa/back/
DSsaToRop.java147 && (insns.get(0).getOpcode() == Rops.GOTO)) { in removeEmptyGotos()

12