Home
last modified time | relevance | path

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

12

/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/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.java84 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",
989 set(GOTO);
/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.java223 public static final Dop GOTO = field in 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);
DRopToDop.java89 MAP.put(Rops.GOTO, Dops.GOTO); in MAP.put() argument
/dalvik/dx/src/com/android/dx/cf/code/
DRopperMachine.java580 insn = new PlainInsn(Rops.GOTO, pos, null, in run()
603 insn = new PlainInsn(Rops.GOTO, pos, null, RegisterSpecList.EMPTY); in run()
900 case ByteOps.GOTO: { in jopToRopOpcode()
901 return RegOps.GOTO; in jopToRopOpcode()
DValueAwareMachine.java61 case ByteOps.GOTO: in run()
DRopper.java995 il.set(1, new PlainInsn(Rops.GOTO, in processBlock()
1032 insns.add(new PlainInsn(Rops.GOTO, pos, null, in processBlock()
1130 insns.set(sz, new PlainInsn(Rops.GOTO, pos, null, in addSetupBlocks()
1157 insns.set(1, new PlainInsn(Rops.GOTO, pos, null, in addSetupBlocks()
1309 insn = new PlainInsn(Rops.GOTO, pos, null, in addExceptionSetupBlocks()
DByteOps.java194 public static final int GOTO = 0xa7; field in ByteOps
DBasicBlocker.java218 case ByteOps.GOTO: { in visitBranch()
DBytecodeArray.java700 case ByteOps.GOTO: in parseInstruction()
796 (opcode == ByteOps.GOTO_W) ? ByteOps.GOTO : in parseInstruction()
DSimulator.java726 case ByteOps.GOTO: in visitBranch()
/dalvik/dx/src/com/android/dx/ssa/
DLiteralOpUpgrader.java166 RegOps.GOTO, null); in tryReplacingWithConstant()
DSsaMethod.java226 new PlainInsn(Rops.GOTO, SourcePosition.NO_INFO, in getGoto()
846 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.java226 public static final Dop GOTO = field in 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);
DOutputFinisher.java745 if (opcode.getFamily() == Opcodes.GOTO) { in fixBranches()
787 new TargetInsn(Dops.GOTO, target.getPosition(), in fixBranches()
DRopToDop.java260 MAP.put(Rops.GOTO, Dops.GOTO); in MAP.put() argument
DRopTranslator.java299 new TargetInsn(Dops.GOTO, lastInsn.getPosition(), in outputBlock()
/dalvik/dx/src/com/android/dx/ssa/back/
DSsaToRop.java146 && (insns.get(0).getOpcode() == Rops.GOTO)) { in removeEmptyGotos()

12