Lines Matching refs:InstPtr
12 EmptyLook, Inst, InstBytes, InstChar, InstEmptyLook, InstPtr, InstRanges,
24 entry: InstPtr,
752 fn fill(&mut self, hole: Hole, goto: InstPtr) {
774 goto1: Option<InstPtr>,
775 goto2: Option<InstPtr>,
850 One(InstPtr),
870 Split1(InstPtr),
871 Split2(InstPtr),
875 fn fill(&mut self, goto: InstPtr) {
902 fn fill_split(&mut self, goto1: InstPtr, goto2: InstPtr) {
914 fn half_fill_split_goto1(&mut self, goto1: InstPtr) {
926 fn half_fill_split_goto2(&mut self, goto2: InstPtr) {
960 fn fill(&self, goto: InstPtr) -> Inst {
1105 pc: InstPtr,
1110 from_inst: InstPtr,
1123 fn get(&mut self, key: SuffixCacheKey, pc: InstPtr) -> Option<InstPtr> {