Lines Matching refs:topOfBlock
2429 int32_t topOfBlock = blockTopLoc(TRUE); in compileInterval() local
2430 insertOp(topOfBlock); in compileInterval()
2431 insertOp(topOfBlock); in compileInterval()
2432 insertOp(topOfBlock); in compileInterval()
2443 fRXPat->fCompiledPat->setElementAt(op, topOfBlock); in compileInterval()
2451 fRXPat->fCompiledPat->setElementAt(op, topOfBlock+1); in compileInterval()
2454 fRXPat->fCompiledPat->setElementAt(fIntervalLow, topOfBlock+2); in compileInterval()
2455 fRXPat->fCompiledPat->setElementAt(fIntervalUpper, topOfBlock+3); in compileInterval()
2459 appendOp(LoopOp, topOfBlock); in compileInterval()
2480 int32_t topOfBlock = blockTopLoc(FALSE); in compileInlineInterval() local
2485 fRXPat->fCompiledPat->setSize(topOfBlock); in compileInlineInterval()
2486 if (fMatchOpenParen >= topOfBlock) { in compileInlineInterval()
2489 if (fMatchCloseParen >= topOfBlock) { in compileInlineInterval()
2495 if (topOfBlock != fRXPat->fCompiledPat->size()-1 && fIntervalUpper != 1) { in compileInlineInterval()
2505 int32_t op = (int32_t)fRXPat->fCompiledPat->elementAti(topOfBlock); in compileInlineInterval()
2514 insertOp(topOfBlock); in compileInlineInterval()
2515 fRXPat->fCompiledPat->setElementAt(saveOp, topOfBlock); in compileInlineInterval()