Lines Matching refs:appendOp

365         appendOp(URX_STATE_SAVE, 2);  in doParseActions()
366 appendOp(URX_JMP, 3); in doParseActions()
367 appendOp(URX_FAIL, 0); in doParseActions()
390 appendOp(URX_END, 0); in doParseActions()
418 appendOp(URX_JMP, 0); in doParseActions()
427 appendOp(URX_NOP, 0); in doParseActions()
470 appendOp(URX_NOP, 0); in doParseActions()
472 appendOp(URX_START_CAPTURE, varsLoc); in doParseActions()
473 appendOp(URX_NOP, 0); in doParseActions()
508 appendOp(URX_NOP, 0); in doParseActions()
509 appendOp(URX_NOP, 0); in doParseActions()
531 appendOp(URX_NOP, 0); in doParseActions()
533 appendOp(URX_STO_SP, varLoc); in doParseActions()
534 appendOp(URX_NOP, 0); in doParseActions()
578 appendOp(URX_LA_START, dataLoc); in doParseActions()
579 appendOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+ 2); in doParseActions()
580 appendOp(URX_JMP, fRXPat->fCompiledPat->size()+ 3); in doParseActions()
581 appendOp(URX_LA_END, dataLoc); in doParseActions()
582 appendOp(URX_BACKTRACK, 0); in doParseActions()
583 appendOp(URX_NOP, 0); in doParseActions()
584 appendOp(URX_NOP, 0); in doParseActions()
610 appendOp(URX_LA_START, dataLoc); in doParseActions()
611 appendOp(URX_STATE_SAVE, 0); // dest address will be patched later. in doParseActions()
612 appendOp(URX_NOP, 0); in doParseActions()
653 appendOp(URX_LB_START, dataLoc); in doParseActions()
656 appendOp(URX_LB_CONT, dataLoc); in doParseActions()
657 appendOp(URX_RESERVED_OP, 0); // MinMatchLength. To be filled later. in doParseActions()
658 appendOp(URX_RESERVED_OP, 0); // MaxMatchLength. To be filled later. in doParseActions()
661 appendOp(URX_NOP, 0); in doParseActions()
662 appendOp(URX_NOP, 0); in doParseActions()
705 appendOp(URX_LB_START, dataLoc); in doParseActions()
708 appendOp(URX_LBN_CONT, dataLoc); in doParseActions()
709 appendOp(URX_RESERVED_OP, 0); // MinMatchLength. To be filled later. in doParseActions()
710 appendOp(URX_RESERVED_OP, 0); // MaxMatchLength. To be filled later. in doParseActions()
711 appendOp(URX_RESERVED_OP, 0); // Continue Loc. To be filled later. in doParseActions()
714 appendOp(URX_NOP, 0); in doParseActions()
715 appendOp(URX_NOP, 0); in doParseActions()
785 appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
787 appendOp(URX_LOOP_C, frameLoc); in doParseActions()
803 appendOp(loopOpI); in doParseActions()
805 appendOp(URX_LOOP_C, frameLoc); in doParseActions()
824 appendOp(URX_JMP_SAV_X, topLoc+1); in doParseActions()
827 appendOp(URX_JMP_SAV, topLoc); in doParseActions()
839 appendOp(URX_STATE_SAVE, topLoc); in doParseActions()
875 appendOp(URX_JMP, jmp2_loc+2); in doParseActions()
877 appendOp(URX_STATE_SAVE, jmp1_loc+1); in doParseActions()
920 appendOp(URX_LOOP_C, dataLoc); in doParseActions()
938 appendOp(URX_LOOP_C, dataLoc); in doParseActions()
969 appendOp(jmpOp); in doParseActions()
985 appendOp(URX_STATE_SAVE, jmpLoc+1); in doParseActions()
1069 appendOp(URX_LD_SP, varLoc); in doParseActions()
1106 appendOp(URX_DOTANY_ALL, 0); in doParseActions()
1108 appendOp(URX_DOTANY_UNIX, 0); in doParseActions()
1110 appendOp(URX_DOTANY, 0); in doParseActions()
1119 appendOp(URX_CARET, 0); in doParseActions()
1121 appendOp(URX_CARET_M, 0); in doParseActions()
1123 appendOp(URX_CARET, 0); // Only testing true start of input. in doParseActions()
1125 appendOp(URX_CARET_M_UNIX, 0); in doParseActions()
1134 appendOp(URX_DOLLAR, 0); in doParseActions()
1136 appendOp(URX_DOLLAR_M, 0); in doParseActions()
1138 appendOp(URX_DOLLAR_D, 0); in doParseActions()
1140 appendOp(URX_DOLLAR_MD, 0); in doParseActions()
1147 appendOp(URX_CARET, 0); in doParseActions()
1159 appendOp(op, 1); in doParseActions()
1172 appendOp(op, 0); in doParseActions()
1178 appendOp(URX_BACKSLASH_D, 1); in doParseActions()
1183 appendOp(URX_BACKSLASH_D, 0); in doParseActions()
1188 appendOp(URX_BACKSLASH_G, 0); in doParseActions()
1193 appendOp(URX_BACKSLASH_H, 1); in doParseActions()
1198 appendOp(URX_BACKSLASH_H, 0); in doParseActions()
1203 appendOp(URX_BACKSLASH_R, 0); in doParseActions()
1208 appendOp(URX_STAT_SETREF_N, URX_ISSPACE_SET); in doParseActions()
1213 appendOp(URX_STATIC_SETREF, URX_ISSPACE_SET); in doParseActions()
1218 appendOp(URX_BACKSLASH_V, 1); in doParseActions()
1223 appendOp(URX_BACKSLASH_V, 0); in doParseActions()
1228 appendOp(URX_STAT_SETREF_N, URX_ISWORD_SET); in doParseActions()
1233 appendOp(URX_STATIC_SETREF, URX_ISWORD_SET); in doParseActions()
1238 appendOp(URX_BACKSLASH_X, 0); in doParseActions()
1244 appendOp(URX_DOLLAR, 0); in doParseActions()
1249 appendOp(URX_BACKSLASH_Z, 0); in doParseActions()
1310 appendOp(URX_BACKREF_I, groupNum); in doParseActions()
1312 appendOp(URX_BACKREF, groupNum); in doParseActions()
1342 appendOp(URX_BACKREF_I, groupNumber); in doParseActions()
1344 appendOp(URX_BACKREF, groupNumber); in doParseActions()
1373 appendOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+2); in doParseActions()
1376 appendOp(URX_JMP, topLoc+1); in doParseActions()
1379 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1409 appendOp(URX_JMP, topLoc+1); in doParseActions()
1412 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1441 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1498 appendOp(URX_NOP, 0); in doParseActions()
1499 appendOp(URX_NOP, 0); in doParseActions()
1916 appendOp(URX_ONECHAR_I, lastCodePoint); in fixLiterals()
1918 appendOp(URX_ONECHAR, lastCodePoint); in fixLiterals()
1926 appendOp(URX_STRING_I, fRXPat->fLiteralText.length()); in fixLiterals()
1930 appendOp(URX_STRING, fRXPat->fLiteralText.length()); in fixLiterals()
1932 appendOp(URX_STRING_LEN, fLiteralChars.length()); in fixLiterals()
1981 void RegexCompile::appendOp(int32_t op) { in appendOp() function in RegexCompile
1991 void RegexCompile::appendOp(int32_t type, int32_t val) { in appendOp() function in RegexCompile
1992 appendOp(buildOp(type, val)); in appendOp()
2224 appendOp(URX_END_CAPTURE, frameVarLocation); in handleCloseParen()
2235 appendOp(URX_LD_SP, stoLoc); in handleCloseParen()
2244 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2254 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2255 appendOp(URX_BACKTRACK, 0); in handleCloseParen()
2256 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2276 appendOp(URX_LB_END, dataLoc); in handleCloseParen()
2277 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2313 appendOp(URX_LBN_END, dataLoc); in handleCloseParen()
2379 appendOp(URX_BACKTRACK, 0); in compileSet()
2400 appendOp(URX_SETREF, setNumber); in compileSet()
2459 appendOp(LoopOp, topOfBlock); in compileInterval()
2526 appendOp(saveOp); in compileInlineInterval()
2528 appendOp(op); in compileInlineInterval()