Home | History | Annotate | Download | only in yarr

Lines Matching defs:inputOffset

350         int inputOffset()
424 readCharacter(state.inputOffset() - 1, character);
449 readCharacter(state.inputOffset(), character);
472 readCharacter(state.inputOffset(), character);
485 readCharacter(state.inputOffset() - 1, character);
526 readCharacter(state.inputOffset(), character);
531 state.jumpToBacktrack(jumpIfCharNotEquals(ch, state.inputOffset()), this);
552 load32WithUnalignedHalfWords(BaseIndex(input, index, TimesTwo, state.inputOffset() * sizeof(UChar)), character);
556 state.jumpToBacktrack(branch32WithUnalignedHalfWords(NotEqual, BaseIndex(input, index, TimesTwo, state.inputOffset() * sizeof(UChar)), Imm32(chPair)), this);
571 load16(BaseIndex(input, countRegister, TimesTwo, (state.inputOffset() + term.quantityCount) * sizeof(UChar)), character);
576 state.jumpToBacktrack(branch16(NotEqual, BaseIndex(input, countRegister, TimesTwo, (state.inputOffset() + term.quantityCount) * sizeof(UChar)), Imm32(ch)), this);
595 readCharacter(state.inputOffset(), character);
600 failures.append(jumpIfCharNotEquals(ch, state.inputOffset()));
641 readCharacter(state.inputOffset(), character);
646 jumpIfCharNotEquals(ch, state.inputOffset()).linkTo(hardFail, this);
664 readCharacter(state.inputOffset(), character);
686 load16(BaseIndex(input, countRegister, TimesTwo, (state.inputOffset() + term.quantityCount) * sizeof(UChar)), character);
713 readCharacter(state.inputOffset(), character);
717 readCharacter(state.inputOffset(), character);
762 readCharacter(state.inputOffset(), character);
912 int inputOffset = state.inputOffset() - preCheckedCount;
913 if (inputOffset) {
915 add32(Imm32(inputOffset), indexTemporary);
927 int inputOffset = state.inputOffset();
928 if (inputOffset) {
930 add32(Imm32(state.inputOffset()), indexTemporary);