Lines Matching refs:topOfBlock
2433 int32_t topOfBlock = blockTopLoc(TRUE); in compileInterval() local
2434 insertOp(topOfBlock); in compileInterval()
2435 insertOp(topOfBlock); in compileInterval()
2436 insertOp(topOfBlock); in compileInterval()
2447 fRXPat->fCompiledPat->setElementAt(op, topOfBlock); in compileInterval()
2455 fRXPat->fCompiledPat->setElementAt(op, topOfBlock+1); in compileInterval()
2458 fRXPat->fCompiledPat->setElementAt(fIntervalLow, topOfBlock+2); in compileInterval()
2459 fRXPat->fCompiledPat->setElementAt(fIntervalUpper, topOfBlock+3); in compileInterval()
2463 appendOp(LoopOp, topOfBlock); in compileInterval()
2484 int32_t topOfBlock = blockTopLoc(FALSE); in compileInlineInterval() local
2489 fRXPat->fCompiledPat->setSize(topOfBlock); in compileInlineInterval()
2490 if (fMatchOpenParen >= topOfBlock) { in compileInlineInterval()
2493 if (fMatchCloseParen >= topOfBlock) { in compileInlineInterval()
2499 if (topOfBlock != fRXPat->fCompiledPat->size()-1 && fIntervalUpper != 1) { in compileInlineInterval()
2509 int32_t op = (int32_t)fRXPat->fCompiledPat->elementAti(topOfBlock); in compileInlineInterval()
2518 insertOp(topOfBlock); in compileInlineInterval()
2519 fRXPat->fCompiledPat->setElementAt(saveOp, topOfBlock); in compileInlineInterval()