Home | History | Annotate | Download | only in yarr

Lines Matching defs:jumps

230     // Jumps if input not available; will have (incorrectly) incremented already!
367 void addIndirectJumpEntry(int32_t stackOffset, JumpList jumps)
369 JumpList::JumpVector jumpVector = jumps.jumps();
374 jumps.empty();
449 void addJumpsToNextInteration(JumpList jumps)
451 m_jumpsToNextInteration.append(jumps);
723 void jumpToBacktrack(YarrGenerator* generator, JumpList& jumps)
727 jumps.linkTo(*m_backtrackSourceLabel, generator);
729 m_backtrackSourceJumps->append(jumps);
731 generator->m_expressionState.addIndirectJumpEntry(getStackOffset(), jumps);
733 jumps.linkTo(getLabel(), generator);
735 m_backTrackJumps.append(jumps);
933 void jumpToBacktrack(YarrGenerator* generator, JumpList& jumps)
935 m_backtrack.jumpToBacktrack(generator, jumps);
1111 // A failure AFTER the parens jumps here - Backtrack to this paren
1132 // A failure WITHIN the parens jumps here