Home | History | Annotate | Download | only in yarr

Lines Matching full:quantitycount

909                 && (lookaheadTerm().quantityCount == 1);
1324 sub32(Imm32(term.quantityCount), countRegister);
1328 load16(BaseIndex(input, countRegister, TimesTwo, (state.inputOffset() + term.quantityCount) * sizeof(UChar)), character);
1333 state.jumpToBacktrack(this, branch16(NotEqual, BaseIndex(input, countRegister, TimesTwo, (state.inputOffset() + term.quantityCount) * sizeof(UChar)), Imm32(ch)));
1362 if (term.quantityCount != quantifyInfinite) {
1363 quantityCount)).linkTo(loop, this);
1400 if (term.quantityCount != quantifyInfinite)
1401 branch32(Equal, countRegister, Imm32(term.quantityCount), hardFail);
1444 sub32(Imm32(term.quantityCount), countRegister);
1448 load16(BaseIndex(input, countRegister, TimesTwo, (state.inputOffset() + term.quantityCount) * sizeof(UChar)), character);
1487 if (term.quantityCount != quantifyInfinite) {
1488 branch32(NotEqual, countRegister, Imm32(term.quantityCount)).linkTo(loop, this);
1524 branch32(Equal, countRegister, Imm32(term.quantityCount), hardFail);
1549 ASSERT(parenthesesTerm.quantityCount == 1);
1645 ASSERT(term.quantityCount == 1);
1744 ASSERT(parenthesesTerm.quantityCount != 1); // Handled by generateParenthesesSingle.
1791 ASSERT(term.quantityCount == 1);
1864 if (term.quantityCount == 1) {
1885 if (term.quantityCount == 1)
1907 if (term.quantityCount == 1 && !term.parentheses.isCopy)