Lines Matching refs:fill
155 self.fill(dotstar_patch.hole, patch.entry);
198 self.fill(prev_hole, entry);
415 self.fill(hole, patch.entry);
507 self.fill(prev_hole, next);
533 self.fill(hole, p.entry);
553 // true indicates that the hole is a split where we want to fill
578 self.fill(prev_hole.0, entry);
639 self.fill(hole_rep, split_entry);
682 self.fill(patch_concat.hole, patch_rep.entry);
752 fn fill(&mut self, hole: Hole, goto: InstPtr) {
756 self.insts[pc].fill(goto);
760 self.fill(hole, goto);
768 self.fill(hole, next);
875 fn fill(&mut self, goto: InstPtr) {
879 MaybeInst::Compiled(inst.fill(goto))
960 fn fill(&self, goto: InstPtr) -> Inst {
1003 self.c.fill(last_split, entry);