Searched defs:GotoInstruction (Results 1 – 2 of 2) sorted by relevance
25 public abstract class GotoInstruction extends BranchInstruction implements UnconditionalBranch { class27 GotoInstruction(final short opcode, final InstructionHandle target) { in GotoInstruction() method in GotoInstruction36 GotoInstruction() { in GotoInstruction() method in GotoInstruction
554 struct GotoInstruction : InstructionBase { struct561 explicit GotoInstruction(Block* destination) : destination(destination) {} in GotoInstruction() argument563 Block* destination;