• Home
  • Raw
  • Download

Lines Matching refs:fPatIdx

2754     fp->fPatIdx = savePatIdx;  in StateSave()
2814 fp->fPatIdx = 0; in MatchAt()
2828 op = (int32_t)pat[fp->fPatIdx]; in MatchAt()
2836 fPattern->dumpOp(fp->fPatIdx); in MatchAt()
2839 fp->fPatIdx++; in MatchAt()
2878 op = (int32_t)pat[fp->fPatIdx]; // Fetch the second operand in MatchAt()
2879 fp->fPatIdx++; in MatchAt()
3430 fp->fPatIdx = opValue; in MatchAt()
3439 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt()
3440 fp->fPatIdx = opValue; // Then JMP. in MatchAt()
3458 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt()
3459 fp->fPatIdx = opValue; in MatchAt()
3474 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchAt()
3475 fp->fPatIdx += 3; in MatchAt()
3481 U_ASSERT(loopLoc>=fp->fPatIdx); in MatchAt()
3496 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchAt()
3518 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt()
3527 fp->fPatIdx = opValue + 4; // Loop back. in MatchAt()
3539 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchAt()
3540 fp->fPatIdx += 3; in MatchAt()
3546 U_ASSERT(loopLoc>fp->fPatIdx); in MatchAt()
3553 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt()
3555 fp->fPatIdx = loopLoc+1; // Continue with stuff after repeated block in MatchAt()
3563 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchAt()
3582 fp->fPatIdx = opValue + 4; // Loop back. in MatchAt()
3744 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchAt()
3745 fp->fPatIdx += 1; in MatchAt()
3751 fp->fPatIdx = opValue; // JMP in MatchAt()
3832 op = (int32_t)pat[fp->fPatIdx]; in MatchAt()
3833 fp->fPatIdx++; in MatchAt()
3899 int32_t minML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3900 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3946 fp = StateSave(fp, fp->fPatIdx-3, status); in MatchAt()
3982 int32_t minML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3983 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3989 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3993 U_ASSERT(continueLoc > fp->fPatIdx); in MatchAt()
4026 fp->fPatIdx = continueLoc; in MatchAt()
4032 fp = StateSave(fp, fp->fPatIdx-4, status); in MatchAt()
4111 fp->fPatIdx++; // skip the URX_LOOP_C op. in MatchAt()
4118 int32_t loopcOp = (int32_t)pat[fp->fPatIdx]; in MatchAt()
4128 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt()
4129 fp->fPatIdx++; in MatchAt()
4172 fp->fPatIdx++; // skip the URX_LOOP_C op. in MatchAt()
4179 int32_t loopcOp = (int32_t)pat[fp->fPatIdx]; in MatchAt()
4189 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt()
4190 fp->fPatIdx++; in MatchAt()
4220 int32_t prevOp = (int32_t)pat[fp->fPatIdx-2]; in MatchAt()
4228 fp = StateSave(fp, fp->fPatIdx-1, status); in MatchAt()
4320 fp->fPatIdx = 0; in MatchChunkAt()
4334 op = (int32_t)pat[fp->fPatIdx]; in MatchChunkAt()
4342 fPattern->dumpOp(fp->fPatIdx); in MatchChunkAt()
4345 fp->fPatIdx++; in MatchChunkAt()
4384 op = (int32_t)pat[fp->fPatIdx]; // Fetch the second operand in MatchChunkAt()
4385 fp->fPatIdx++; in MatchChunkAt()
4913 fp->fPatIdx = opValue; in MatchChunkAt()
4922 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchChunkAt()
4923 fp->fPatIdx = opValue; // Then JMP. in MatchChunkAt()
4941 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchChunkAt()
4942 fp->fPatIdx = opValue; in MatchChunkAt()
4957 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchChunkAt()
4958 fp->fPatIdx += 3; in MatchChunkAt()
4964 U_ASSERT(loopLoc>=fp->fPatIdx); in MatchChunkAt()
4979 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchChunkAt()
5001 fp = StateSave(fp, fp->fPatIdx, status); in MatchChunkAt()
5009 fp->fPatIdx = opValue + 4; // Loop back. in MatchChunkAt()
5021 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchChunkAt()
5022 fp->fPatIdx += 3; in MatchChunkAt()
5028 U_ASSERT(loopLoc>fp->fPatIdx); in MatchChunkAt()
5035 fp = StateSave(fp, fp->fPatIdx, status); in MatchChunkAt()
5037 fp->fPatIdx = loopLoc+1; // Continue with stuff after repeated block in MatchChunkAt()
5045 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchChunkAt()
5064 fp->fPatIdx = opValue + 4; // Loop back. in MatchChunkAt()
5213 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchChunkAt()
5214 fp->fPatIdx += 1; in MatchChunkAt()
5220 fp->fPatIdx = opValue; // JMP in MatchChunkAt()
5293 op = (int32_t)pat[fp->fPatIdx]; in MatchChunkAt()
5294 fp->fPatIdx++; in MatchChunkAt()
5355 int32_t minML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5356 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5393 fp = StateSave(fp, fp->fPatIdx-3, status); in MatchChunkAt()
5429 int32_t minML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5430 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5431 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5435 U_ASSERT(continueLoc > fp->fPatIdx); in MatchChunkAt()
5464 fp->fPatIdx = continueLoc; in MatchChunkAt()
5470 fp = StateSave(fp, fp->fPatIdx-4, status); in MatchChunkAt()
5550 fp->fPatIdx++; // skip the URX_LOOP_C op. in MatchChunkAt()
5557 int32_t loopcOp = (int32_t)pat[fp->fPatIdx]; in MatchChunkAt()
5567 fp = StateSave(fp, fp->fPatIdx, status); in MatchChunkAt()
5568 fp->fPatIdx++; in MatchChunkAt()
5612 fp->fPatIdx++; // skip the URX_LOOP_C op. in MatchChunkAt()
5619 int32_t loopcOp = (int32_t)pat[fp->fPatIdx]; in MatchChunkAt()
5629 fp = StateSave(fp, fp->fPatIdx, status); in MatchChunkAt()
5630 fp->fPatIdx++; in MatchChunkAt()
5658 int32_t prevOp = (int32_t)pat[fp->fPatIdx-2]; in MatchChunkAt()
5666 fp = StateSave(fp, fp->fPatIdx-1, status); in MatchChunkAt()