Lines Matching refs:fParenStack

49    fParenStack(status), fSetStack(status), fSetOpStack(status)
374 if (fParenStack.size() > 0) {
396 int32_t savePosition = fParenStack.popi();
410 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus);
416 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus);
451 fParenStack.push(fModeFlags, *fStatus); // Match mode state
452 fParenStack.push(capturing, *fStatus); // Frame type.
453 fParenStack.push(fRXPat->fCompiledPat->size()-3, *fStatus); // The first NOP location
454 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc
474 fParenStack.push(fModeFlags, *fStatus); // Match mode state
475 fParenStack.push(plain, *fStatus); // Begin a new frame.
476 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP location
477 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP loc
502 fParenStack.push(fModeFlags, *fStatus); // Match mode state
503 fParenStack.push(atomic, *fStatus); // Frame type.
504 fParenStack.push(fRXPat->fCompiledPat->size()-3, *fStatus); // The first NOP
505 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP
561 fParenStack.push(fModeFlags, *fStatus); // Match mode state
562 fParenStack.push(lookAhead, *fStatus); // Frame type.
563 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP location
564 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP location
594 fParenStack.push(fModeFlags, *fStatus); // Match mode state
595 fParenStack.push(negLookAhead, *fStatus); // Frame type
596 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The STATE_SAVE location
597 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP location
645 fParenStack.push(fModeFlags, *fStatus); // Match mode state
646 fParenStack.push(lookBehind, *fStatus); // Frame type
647 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP location
648 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The 2nd NOP location
699 fParenStack.push(fModeFlags, *fStatus); // Match mode state
700 fParenStack.push(lookBehindN, *fStatus); // Frame type
701 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP location
702 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The 2nd NOP location
718 if (fParenStack.size() <= 0) {
1439 fParenStack.push(fModeFlags, *fStatus);
1440 fParenStack.push(flags, *fStatus); // Frame Marker
1441 fParenStack.push(fRXPat->fCompiledPat->size()-2, *fStatus); // The first NOP
1442 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus); // The second NOP
1968 for (loc=0; loc<fParenStack.size(); loc++) {
1969 int32_t x = fParenStack.elementAti(loc);
1973 fParenStack.setElementAt(x, loc);
2046 if (fParenStack.size() <= 0) {
2060 patIdx = fParenStack.popi();
2076 fModeFlags = fParenStack.popi();