Searched defs:JumpInstruction (Results 1 – 1 of 1) sorted by relevance
12 public abstract class JumpInstruction extends Instruction { class14 public JumpInstruction(Value out) { in JumpInstruction() method in JumpInstruction18 public JumpInstruction(Value out, Value in) { in JumpInstruction() method in JumpInstruction22 public JumpInstruction(Value out, List<? extends Value> ins) { in JumpInstruction() method in JumpInstruction