• Home
  • Raw
  • Download

Lines Matching refs:buildOp

415             op = buildOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1);  in doParseActions()
798 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions()
824 int32_t op = buildOp(URX_STO_INP_LOC, frameLoc); in doParseActions()
856 int32_t saveStateOp = buildOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()); in doParseActions()
875 int32_t jmp1_op = buildOp(URX_JMP, jmp2_loc+1); in doParseActions()
920 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
931 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions()
950 int32_t jmpOp = buildOp(URX_JMP_SAV, saveStateLoc+1); in doParseActions()
958 int32_t op = buildOp(URX_STO_INP_LOC, dataLoc); in doParseActions()
960 jmpOp = buildOp(URX_JMP_SAV_X, saveStateLoc+2); in doParseActions()
968 int32_t saveStateOp = buildOp(URX_STATE_SAVE, continueLoc); in doParseActions()
986 int32_t jmpOp = buildOp(URX_JMP, saveLoc); in doParseActions()
1063 int32_t op = buildOp(URX_STO_SP, varLoc); in doParseActions()
1372 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()
1403 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()
1408 op = buildOp(URX_STATE_SAVE, L7); in doParseActions()
1435 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()
1440 op = buildOp(URX_STATE_SAVE, continueLoc); in doParseActions()
1946 int32_t RegexCompile::buildOp(int32_t type, int32_t val) { in buildOp() function in RegexCompile
1996 appendOp(buildOp(type, val)); in appendOp()
2013 int32_t nop = buildOp(URX_NOP, 0); in insertOp()
2034 op = buildOp(opType, opValue); in insertOp()
2153 int32_t nop = buildOp(URX_NOP, 0); in blockTopLoc()
2267 saveOp = buildOp(URX_STATE_SAVE, dest); in handleCloseParen()
2342 int32_t op = buildOp(URX_RELOC_OPRND, fRXPat->fCompiledPat->size()); in handleCloseParen()
2446 int32_t op = buildOp(InitOp, counterLoc); in compileInterval()
2454 op = buildOp(URX_RELOC_OPRND, loopEnd); in compileInterval()
2516 int32_t saveOp = buildOp(URX_STATE_SAVE, endOfSequenceLoc); in compileInlineInterval()
3801 op = buildOp(opType, fixedOperandAddress); in stripNOPs()
3816 op = buildOp(opType, where); in stripNOPs()