Lines Matching refs:goto
752 fn fill(&mut self, hole: Hole, goto: InstPtr) {
756 self.insts[pc].fill(goto);
760 self.fill(hole, goto);
875 fn fill(&mut self, goto: InstPtr) {
877 MaybeInst::Split => MaybeInst::Split1(goto),
879 MaybeInst::Compiled(inst.fill(goto))
884 goto2: goto,
889 goto1: goto,
960 fn fill(&self, goto: InstPtr) -> Inst {
962 InstHole::Save { slot } => Inst::Save(InstSave { goto, slot }),
964 Inst::EmptyLook(InstEmptyLook { goto, look })
966 InstHole::Char { c } => Inst::Char(InstChar { goto, c }),
968 goto,
972 Inst::Bytes(InstBytes { goto, start, end })
1061 goto: from_inst,