Lines Matching refs:appendOp
366 appendOp(URX_STATE_SAVE, 2); in doParseActions()
367 appendOp(URX_JMP, 3); in doParseActions()
368 appendOp(URX_FAIL, 0); in doParseActions()
391 appendOp(URX_END, 0); in doParseActions()
419 appendOp(URX_JMP, 0); in doParseActions()
428 appendOp(URX_NOP, 0); in doParseActions()
471 appendOp(URX_NOP, 0); in doParseActions()
473 appendOp(URX_START_CAPTURE, varsLoc); in doParseActions()
474 appendOp(URX_NOP, 0); in doParseActions()
515 appendOp(URX_NOP, 0); in doParseActions()
516 appendOp(URX_NOP, 0); in doParseActions()
538 appendOp(URX_NOP, 0); in doParseActions()
540 appendOp(URX_STO_SP, varLoc); in doParseActions()
541 appendOp(URX_NOP, 0); in doParseActions()
589 appendOp(URX_LA_START, dataLoc); in doParseActions()
590 appendOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+ 2); in doParseActions()
591 appendOp(URX_JMP, fRXPat->fCompiledPat->size()+ 3); in doParseActions()
592 appendOp(URX_LA_END, dataLoc); in doParseActions()
593 appendOp(URX_BACKTRACK, 0); in doParseActions()
594 appendOp(URX_NOP, 0); in doParseActions()
595 appendOp(URX_NOP, 0); in doParseActions()
626 appendOp(URX_LA_START, dataLoc); in doParseActions()
627 appendOp(URX_STATE_SAVE, 0); // dest address will be patched later. in doParseActions()
628 appendOp(URX_NOP, 0); in doParseActions()
671 appendOp(URX_LB_START, dataLoc); in doParseActions()
674 appendOp(URX_LB_CONT, dataLoc); in doParseActions()
675 appendOp(URX_RESERVED_OP, 0); // MinMatchLength. To be filled later. in doParseActions()
676 appendOp(URX_RESERVED_OP, 0); // MaxMatchLength. To be filled later. in doParseActions()
679 appendOp(URX_NOP, 0); in doParseActions()
680 appendOp(URX_NOP, 0); in doParseActions()
725 appendOp(URX_LB_START, dataLoc); in doParseActions()
728 appendOp(URX_LBN_CONT, dataLoc); in doParseActions()
729 appendOp(URX_RESERVED_OP, 0); // MinMatchLength. To be filled later. in doParseActions()
730 appendOp(URX_RESERVED_OP, 0); // MaxMatchLength. To be filled later. in doParseActions()
731 appendOp(URX_RESERVED_OP, 0); // Continue Loc. To be filled later. in doParseActions()
734 appendOp(URX_NOP, 0); in doParseActions()
735 appendOp(URX_NOP, 0); in doParseActions()
805 appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
807 appendOp(URX_LOOP_C, frameLoc); in doParseActions()
823 appendOp(loopOpI); in doParseActions()
825 appendOp(URX_LOOP_C, frameLoc); in doParseActions()
844 appendOp(URX_JMP_SAV_X, topLoc+1); in doParseActions()
847 appendOp(URX_JMP_SAV, topLoc); in doParseActions()
859 appendOp(URX_STATE_SAVE, topLoc); in doParseActions()
895 appendOp(URX_JMP, jmp2_loc+2); in doParseActions()
897 appendOp(URX_STATE_SAVE, jmp1_loc+1); in doParseActions()
940 appendOp(URX_LOOP_C, dataLoc); in doParseActions()
958 appendOp(URX_LOOP_C, dataLoc); in doParseActions()
989 appendOp(jmpOp); in doParseActions()
1005 appendOp(URX_STATE_SAVE, jmpLoc+1); in doParseActions()
1089 appendOp(URX_LD_SP, varLoc); in doParseActions()
1126 appendOp(URX_DOTANY_ALL, 0); in doParseActions()
1128 appendOp(URX_DOTANY_UNIX, 0); in doParseActions()
1130 appendOp(URX_DOTANY, 0); in doParseActions()
1139 appendOp(URX_CARET, 0); in doParseActions()
1141 appendOp(URX_CARET_M, 0); in doParseActions()
1143 appendOp(URX_CARET, 0); // Only testing true start of input. in doParseActions()
1145 appendOp(URX_CARET_M_UNIX, 0); in doParseActions()
1154 appendOp(URX_DOLLAR, 0); in doParseActions()
1156 appendOp(URX_DOLLAR_M, 0); in doParseActions()
1158 appendOp(URX_DOLLAR_D, 0); in doParseActions()
1160 appendOp(URX_DOLLAR_MD, 0); in doParseActions()
1167 appendOp(URX_CARET, 0); in doParseActions()
1179 appendOp(op, 1); in doParseActions()
1192 appendOp(op, 0); in doParseActions()
1198 appendOp(URX_BACKSLASH_D, 1); in doParseActions()
1203 appendOp(URX_BACKSLASH_D, 0); in doParseActions()
1208 appendOp(URX_BACKSLASH_G, 0); in doParseActions()
1213 appendOp(URX_BACKSLASH_H, 1); in doParseActions()
1218 appendOp(URX_BACKSLASH_H, 0); in doParseActions()
1223 appendOp(URX_BACKSLASH_R, 0); in doParseActions()
1228 appendOp(URX_STAT_SETREF_N, URX_ISSPACE_SET); in doParseActions()
1233 appendOp(URX_STATIC_SETREF, URX_ISSPACE_SET); in doParseActions()
1238 appendOp(URX_BACKSLASH_V, 1); in doParseActions()
1243 appendOp(URX_BACKSLASH_V, 0); in doParseActions()
1248 appendOp(URX_STAT_SETREF_N, URX_ISWORD_SET); in doParseActions()
1253 appendOp(URX_STATIC_SETREF, URX_ISWORD_SET); in doParseActions()
1262 appendOp(URX_BACKSLASH_X, 0); in doParseActions()
1267 appendOp(URX_DOLLAR, 0); in doParseActions()
1272 appendOp(URX_BACKSLASH_Z, 0); in doParseActions()
1333 appendOp(URX_BACKREF_I, groupNum); in doParseActions()
1335 appendOp(URX_BACKREF, groupNum); in doParseActions()
1366 appendOp(URX_BACKREF_I, groupNumber); in doParseActions()
1368 appendOp(URX_BACKREF, groupNumber); in doParseActions()
1397 appendOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+2); in doParseActions()
1400 appendOp(URX_JMP, topLoc+1); in doParseActions()
1403 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1433 appendOp(URX_JMP, topLoc+1); in doParseActions()
1436 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1465 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1522 appendOp(URX_NOP, 0); in doParseActions()
1523 appendOp(URX_NOP, 0); in doParseActions()
1939 appendOp(URX_ONECHAR_I, lastCodePoint); in fixLiterals()
1941 appendOp(URX_ONECHAR, lastCodePoint); in fixLiterals()
1949 appendOp(URX_STRING_I, fRXPat->fLiteralText.length()); in fixLiterals()
1953 appendOp(URX_STRING, fRXPat->fLiteralText.length()); in fixLiterals()
1955 appendOp(URX_STRING_LEN, fLiteralChars.length()); in fixLiterals()
1996 void RegexCompile::appendOp(int32_t op) { in appendOp() function in RegexCompile
2006 void RegexCompile::appendOp(int32_t type, int32_t val) { in appendOp() function in RegexCompile
2007 appendOp(buildOp(type, val)); in appendOp()
2239 appendOp(URX_END_CAPTURE, frameVarLocation); in handleCloseParen()
2250 appendOp(URX_LD_SP, stoLoc); in handleCloseParen()
2259 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2269 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2270 appendOp(URX_BACKTRACK, 0); in handleCloseParen()
2271 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2291 appendOp(URX_LB_END, dataLoc); in handleCloseParen()
2292 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2335 appendOp(URX_LBN_END, dataLoc); in handleCloseParen()
2409 appendOp(URX_BACKTRACK, 0); in compileSet()
2431 appendOp(URX_SETREF, setNumber); in compileSet()
2490 appendOp(LoopOp, topOfBlock); in compileInterval()
2557 appendOp(saveOp); in compileInlineInterval()
2559 appendOp(op); in compileInlineInterval()