Home | History | Annotate | Download | only in yarr

Lines Matching refs:jumps

210     // Jumps if input not available; will have (incorrectly) incremented already!
362 void jumpToBacktrack(JumpList& jumps, MacroAssembler* masm)
365 jumps.linkTo(backtrackLabel, masm);
367 backTrackJumps.append(jumps);
937 // A failure AFTER the parens jumps here
951 // A failure WITHIN the parens jumps here