Searched refs:dotstar_patch (Results 1 – 1 of 1) sorted by relevance
144 let mut dotstar_patch = Patch { hole: Hole::None, entry: 0 }; in compile_one() localVariable148 dotstar_patch = self.c_dotstar()?; in compile_one()149 self.compiled.start = dotstar_patch.entry; in compile_one()155 self.fill(dotstar_patch.hole, patch.entry); in compile_one()175 let mut dotstar_patch = Patch { hole: Hole::None, entry: 0 }; in compile_many() localVariable177 dotstar_patch = self.c_dotstar()?; in compile_many()178 self.compiled.start = dotstar_patch.entry; in compile_many()182 self.fill_to_next(dotstar_patch.hole); in compile_many()