Lines Matching refs:topLoc
764 int32_t topLoc = blockTopLoc(FALSE); // location of item #1 in doParseActions() local
768 if (topLoc == fRXPat->fCompiledPat->size() - 1) { in doParseActions()
769 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions()
808 if (minMatchLength(topLoc, fRXPat->fCompiledPat->size()-1) == 0) { in doParseActions()
811 insertOp(topLoc); in doParseActions()
816 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
818 op = URX_BUILD(URX_JMP_SAV_X, topLoc+1); in doParseActions()
822 int32_t jmpOp = URX_BUILD(URX_JMP_SAV, topLoc); in doParseActions()
834 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local
835 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, topLoc); in doParseActions()
906 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local
911 if (topLoc == fRXPat->fCompiledPat->size() - 1) { in doParseActions()
912 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions()
917 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
937 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
1049 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local
1058 insertOp(topLoc); in doParseActions()
1062 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1065 U_ASSERT(URX_TYPE(loopOp) == URX_CTR_LOOP && URX_VAL(loopOp) == topLoc); in doParseActions()
1302 int32_t topLoc = blockTopLoc(TRUE); in doParseActions() local
1306 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1313 op = URX_BUILD(URX_JMP, topLoc+1); in doParseActions()
1334 int32_t topLoc = blockTopLoc(TRUE); in doParseActions() local
1335 insertOp(topLoc); in doParseActions()
1341 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1346 fRXPat->fCompiledPat->setElementAt(op, topLoc+1); in doParseActions()
1349 op = URX_BUILD(URX_JMP, topLoc+1); in doParseActions()
1369 int32_t topLoc = blockTopLoc(TRUE); in doParseActions() local
1370 insertOp(topLoc); in doParseActions()
1376 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1381 fRXPat->fCompiledPat->setElementAt(op, topLoc+1); in doParseActions()