Lines Matching refs:topOfBlock
2434 int32_t topOfBlock = blockTopLoc(TRUE); in compileInterval() local
2435 insertOp(topOfBlock); in compileInterval()
2436 insertOp(topOfBlock); in compileInterval()
2437 insertOp(topOfBlock); in compileInterval()
2448 fRXPat->fCompiledPat->setElementAt(op, topOfBlock); in compileInterval()
2456 fRXPat->fCompiledPat->setElementAt(op, topOfBlock+1); in compileInterval()
2459 fRXPat->fCompiledPat->setElementAt(fIntervalLow, topOfBlock+2); in compileInterval()
2460 fRXPat->fCompiledPat->setElementAt(fIntervalUpper, topOfBlock+3); in compileInterval()
2464 appendOp(LoopOp, topOfBlock); in compileInterval()
2485 int32_t topOfBlock = blockTopLoc(FALSE); in compileInlineInterval() local
2490 fRXPat->fCompiledPat->setSize(topOfBlock); in compileInlineInterval()
2491 if (fMatchOpenParen >= topOfBlock) { in compileInlineInterval()
2494 if (fMatchCloseParen >= topOfBlock) { in compileInlineInterval()
2500 if (topOfBlock != fRXPat->fCompiledPat->size()-1 && fIntervalUpper != 1) { in compileInlineInterval()
2510 int32_t op = (int32_t)fRXPat->fCompiledPat->elementAti(topOfBlock); in compileInlineInterval()
2519 insertOp(topOfBlock); in compileInlineInterval()
2520 fRXPat->fCompiledPat->setElementAt(saveOp, topOfBlock); in compileInlineInterval()