Lines Matching refs:appendOp
361 appendOp(URX_STATE_SAVE, 2); in doParseActions()
362 appendOp(URX_JMP, 3); in doParseActions()
363 appendOp(URX_FAIL, 0); in doParseActions()
386 appendOp(URX_END, 0); in doParseActions()
414 appendOp(URX_JMP, 0); in doParseActions()
423 appendOp(URX_NOP, 0); in doParseActions()
466 appendOp(URX_NOP, 0); in doParseActions()
468 appendOp(URX_START_CAPTURE, varsLoc); in doParseActions()
469 appendOp(URX_NOP, 0); in doParseActions()
510 appendOp(URX_NOP, 0); in doParseActions()
511 appendOp(URX_NOP, 0); in doParseActions()
533 appendOp(URX_NOP, 0); in doParseActions()
535 appendOp(URX_STO_SP, varLoc); in doParseActions()
536 appendOp(URX_NOP, 0); in doParseActions()
584 appendOp(URX_LA_START, dataLoc); in doParseActions()
585 appendOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+ 2); in doParseActions()
586 appendOp(URX_JMP, fRXPat->fCompiledPat->size()+ 3); in doParseActions()
587 appendOp(URX_LA_END, dataLoc); in doParseActions()
588 appendOp(URX_BACKTRACK, 0); in doParseActions()
589 appendOp(URX_NOP, 0); in doParseActions()
590 appendOp(URX_NOP, 0); in doParseActions()
621 appendOp(URX_LA_START, dataLoc); in doParseActions()
622 appendOp(URX_STATE_SAVE, 0); // dest address will be patched later. in doParseActions()
623 appendOp(URX_NOP, 0); in doParseActions()
666 appendOp(URX_LB_START, dataLoc); in doParseActions()
669 appendOp(URX_LB_CONT, dataLoc); in doParseActions()
670 appendOp(URX_RESERVED_OP, 0); // MinMatchLength. To be filled later. in doParseActions()
671 appendOp(URX_RESERVED_OP, 0); // MaxMatchLength. To be filled later. in doParseActions()
674 appendOp(URX_NOP, 0); in doParseActions()
675 appendOp(URX_NOP, 0); in doParseActions()
720 appendOp(URX_LB_START, dataLoc); in doParseActions()
723 appendOp(URX_LBN_CONT, dataLoc); in doParseActions()
724 appendOp(URX_RESERVED_OP, 0); // MinMatchLength. To be filled later. in doParseActions()
725 appendOp(URX_RESERVED_OP, 0); // MaxMatchLength. To be filled later. in doParseActions()
726 appendOp(URX_RESERVED_OP, 0); // Continue Loc. To be filled later. in doParseActions()
729 appendOp(URX_NOP, 0); in doParseActions()
730 appendOp(URX_NOP, 0); in doParseActions()
800 appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
802 appendOp(URX_LOOP_C, frameLoc); in doParseActions()
818 appendOp(loopOpI); in doParseActions()
820 appendOp(URX_LOOP_C, frameLoc); in doParseActions()
839 appendOp(URX_JMP_SAV_X, topLoc+1); in doParseActions()
842 appendOp(URX_JMP_SAV, topLoc); in doParseActions()
854 appendOp(URX_STATE_SAVE, topLoc); in doParseActions()
890 appendOp(URX_JMP, jmp2_loc+2); in doParseActions()
892 appendOp(URX_STATE_SAVE, jmp1_loc+1); in doParseActions()
935 appendOp(URX_LOOP_C, dataLoc); in doParseActions()
953 appendOp(URX_LOOP_C, dataLoc); in doParseActions()
984 appendOp(jmpOp); in doParseActions()
1000 appendOp(URX_STATE_SAVE, jmpLoc+1); in doParseActions()
1084 appendOp(URX_LD_SP, varLoc); in doParseActions()
1121 appendOp(URX_DOTANY_ALL, 0); in doParseActions()
1123 appendOp(URX_DOTANY_UNIX, 0); in doParseActions()
1125 appendOp(URX_DOTANY, 0); in doParseActions()
1134 appendOp(URX_CARET, 0); in doParseActions()
1136 appendOp(URX_CARET_M, 0); in doParseActions()
1138 appendOp(URX_CARET, 0); // Only testing true start of input. in doParseActions()
1140 appendOp(URX_CARET_M_UNIX, 0); in doParseActions()
1149 appendOp(URX_DOLLAR, 0); in doParseActions()
1151 appendOp(URX_DOLLAR_M, 0); in doParseActions()
1153 appendOp(URX_DOLLAR_D, 0); in doParseActions()
1155 appendOp(URX_DOLLAR_MD, 0); in doParseActions()
1162 appendOp(URX_CARET, 0); in doParseActions()
1174 appendOp(op, 1); in doParseActions()
1187 appendOp(op, 0); in doParseActions()
1193 appendOp(URX_BACKSLASH_D, 1); in doParseActions()
1198 appendOp(URX_BACKSLASH_D, 0); in doParseActions()
1203 appendOp(URX_BACKSLASH_G, 0); in doParseActions()
1208 appendOp(URX_BACKSLASH_H, 1); in doParseActions()
1213 appendOp(URX_BACKSLASH_H, 0); in doParseActions()
1218 appendOp(URX_BACKSLASH_R, 0); in doParseActions()
1223 appendOp(URX_STAT_SETREF_N, URX_ISSPACE_SET); in doParseActions()
1228 appendOp(URX_STATIC_SETREF, URX_ISSPACE_SET); in doParseActions()
1233 appendOp(URX_BACKSLASH_V, 1); in doParseActions()
1238 appendOp(URX_BACKSLASH_V, 0); in doParseActions()
1243 appendOp(URX_STAT_SETREF_N, URX_ISWORD_SET); in doParseActions()
1248 appendOp(URX_STATIC_SETREF, URX_ISWORD_SET); in doParseActions()
1257 appendOp(URX_BACKSLASH_X, 0); in doParseActions()
1262 appendOp(URX_DOLLAR, 0); in doParseActions()
1267 appendOp(URX_BACKSLASH_Z, 0); in doParseActions()
1328 appendOp(URX_BACKREF_I, groupNum); in doParseActions()
1330 appendOp(URX_BACKREF, groupNum); in doParseActions()
1361 appendOp(URX_BACKREF_I, groupNumber); in doParseActions()
1363 appendOp(URX_BACKREF, groupNumber); in doParseActions()
1392 appendOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+2); in doParseActions()
1395 appendOp(URX_JMP, topLoc+1); in doParseActions()
1398 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1428 appendOp(URX_JMP, topLoc+1); in doParseActions()
1431 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1460 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1517 appendOp(URX_NOP, 0); in doParseActions()
1518 appendOp(URX_NOP, 0); in doParseActions()
1937 appendOp(URX_ONECHAR_I, lastCodePoint); in fixLiterals()
1939 appendOp(URX_ONECHAR, lastCodePoint); in fixLiterals()
1947 appendOp(URX_STRING_I, fRXPat->fLiteralText.length()); in fixLiterals()
1951 appendOp(URX_STRING, fRXPat->fLiteralText.length()); in fixLiterals()
1953 appendOp(URX_STRING_LEN, fLiteralChars.length()); in fixLiterals()
1994 void RegexCompile::appendOp(int32_t op) { in appendOp() function in RegexCompile
2004 void RegexCompile::appendOp(int32_t type, int32_t val) { in appendOp() function in RegexCompile
2005 appendOp(buildOp(type, val)); in appendOp()
2237 appendOp(URX_END_CAPTURE, frameVarLocation); in handleCloseParen()
2248 appendOp(URX_LD_SP, stoLoc); in handleCloseParen()
2257 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2267 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2268 appendOp(URX_BACKTRACK, 0); in handleCloseParen()
2269 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2289 appendOp(URX_LB_END, dataLoc); in handleCloseParen()
2290 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2333 appendOp(URX_LBN_END, dataLoc); in handleCloseParen()
2407 appendOp(URX_BACKTRACK, 0); in compileSet()
2430 appendOp(URX_SETREF, setNumber); in compileSet()
2492 appendOp(LoopOp, topOfBlock); in compileInterval()
2559 appendOp(saveOp); in compileInlineInterval()
2561 appendOp(op); in compileInlineInterval()