Searched refs:isJumpInstruction (Results 1 – 10 of 10) sorted by relevance
32 public static boolean isJumpInstruction(int opcode) { in isJumpInstruction() method in Util
102 if (Util.isJumpInstruction(opcode)) { in scanOp()
190 } else if (Util.isJumpInstruction(opcode)) { in analyzeNextEntry()
40 public boolean isJumpInstruction() { in isJumpInstruction() method in JumpInstruction
299 || instruction.isJumpInstruction() in validThrowingInstructions()
450 public boolean isJumpInstruction() { in isJumpInstruction() method in Instruction
378 assert instructions.get(instructions.size() - 1).isJumpInstruction(); in exit()458 assert exit().isJumpInstruction(); in close()
968 || i.isJumpInstruction() in insertConstantInBlock()
327 if (instruction.isDebugPosition() || instruction.isJumpInstruction()) { in computeDebugInfo()
483 assert !ir.isJumpInstruction();