• Home
  • Raw
  • Download

Lines Matching refs:buildOp

416             op = buildOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1);  in doParseActions()
799 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions()
825 int32_t op = buildOp(URX_STO_INP_LOC, frameLoc); in doParseActions()
857 int32_t saveStateOp = buildOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()); in doParseActions()
876 int32_t jmp1_op = buildOp(URX_JMP, jmp2_loc+1); in doParseActions()
921 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
932 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions()
951 int32_t jmpOp = buildOp(URX_JMP_SAV, saveStateLoc+1); in doParseActions()
959 int32_t op = buildOp(URX_STO_INP_LOC, dataLoc); in doParseActions()
961 jmpOp = buildOp(URX_JMP_SAV_X, saveStateLoc+2); in doParseActions()
969 int32_t saveStateOp = buildOp(URX_STATE_SAVE, continueLoc); in doParseActions()
987 int32_t jmpOp = buildOp(URX_JMP, saveLoc); in doParseActions()
1064 int32_t op = buildOp(URX_STO_SP, varLoc); in doParseActions()
1373 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()
1404 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()
1409 op = buildOp(URX_STATE_SAVE, L7); in doParseActions()
1436 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()
1441 op = buildOp(URX_STATE_SAVE, continueLoc); in doParseActions()
1947 int32_t RegexCompile::buildOp(int32_t type, int32_t val) { in buildOp() function in RegexCompile
1997 appendOp(buildOp(type, val)); in appendOp()
2014 int32_t nop = buildOp(URX_NOP, 0); in insertOp()
2035 op = buildOp(opType, opValue); in insertOp()
2154 int32_t nop = buildOp(URX_NOP, 0); in blockTopLoc()
2268 saveOp = buildOp(URX_STATE_SAVE, dest); in handleCloseParen()
2343 int32_t op = buildOp(URX_RELOC_OPRND, fRXPat->fCompiledPat->size()); in handleCloseParen()
2447 int32_t op = buildOp(InitOp, counterLoc); in compileInterval()
2455 op = buildOp(URX_RELOC_OPRND, loopEnd); in compileInterval()
2517 int32_t saveOp = buildOp(URX_STATE_SAVE, endOfSequenceLoc); in compileInlineInterval()
3800 op = buildOp(opType, fixedOperandAddress); in stripNOPs()
3815 op = buildOp(opType, where); in stripNOPs()