Home | History | Annotate | Download | only in yarr

Lines Matching refs:linkTo

437                     jumpsToNext.linkTo(generator->label(), generator);
476 m_jumpsToNextInteration.linkTo(m_nextIteration, generator);
697 masm->jump().linkTo(*m_backtrackSourceLabel, masm);
703 masm->jump().linkTo(m_backtrackLabel, masm);
712 jump.linkTo(*m_backtrackSourceLabel, generator);
718 jump.linkTo(getLabel(), generator);
727 jumps.linkTo(*m_backtrackSourceLabel, generator);
733 jumps.linkTo(getLabel(), generator);
796 m_backTrackJumps.linkTo(label, generator);
1126 generator->branch32(Equal, indexTemporary, TrustedImm32(-1)).linkTo(m_nonGreedyTryParentheses, generator);
1143 generator->jump().linkTo(m_fallThrough, generator);
1336 branch32(NotEqual, countRegister, index).linkTo(loop, this);
1363 linkTo(loop, this);
1399 atEndOfInput().linkTo(hardFail, this);
1405 branch32(NotEqual, character, Imm32(Unicode::toLower(ch))).linkTo(hardFail, this);
1408 jumpIfCharNotEquals(ch, state.inputOffset()).linkTo(hardFail, this);
1459 branch32(NotEqual, countRegister, index).linkTo(loop, this);
1488 branch32(NotEqual, countRegister, Imm32(term.quantityCount)).linkTo(loop, this);
1523 atEndOfInput().linkTo(hardFail, this);
1531 matchDest.linkTo(hardFail, this);
2111 jump().linkTo(firstAlternativeInputChecked, this);
2126 jumpIfAvailableInput(incrementForNextIter).linkTo(firstAlternativeInputChecked, this);
2144 jumpIfAvailableInput(-countToCheckForFirstAlternative).linkTo(firstAlternative, this);