Lines Matching refs:goto
105 Inst::Save(ref i) => pc = i.goto, in skip()
174 fn with_goto(cur: usize, goto: usize, fmtd: String) -> String { in fmt()
175 if goto == cur + 1 { in fmt()
178 format!("{} (goto: {})", fmtd, goto) in fmt()
193 write!(f, "{}", with_goto(pc, inst.goto, s))?; in fmt()
204 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, s))?; in fmt()
208 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, s))?; in fmt()
221 with_goto(pc, inst.goto, ranges) in fmt()
230 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, s))?; in fmt()
312 pub goto: InstPtr, field
334 pub goto: InstPtr, field
365 pub goto: InstPtr, field
375 pub goto: InstPtr, field
422 pub goto: InstPtr, field