Lines Matching refs:topOfBlock
2295 int32_t topOfBlock = blockTopLoc(TRUE); in compileInterval() local
2296 insertOp(topOfBlock); in compileInterval()
2297 insertOp(topOfBlock); in compileInterval()
2298 insertOp(topOfBlock); in compileInterval()
2306 fRXPat->fCompiledPat->setElementAt(op, topOfBlock); in compileInterval()
2314 fRXPat->fCompiledPat->setElementAt(op, topOfBlock+1); in compileInterval()
2317 fRXPat->fCompiledPat->setElementAt(fIntervalLow, topOfBlock+2); in compileInterval()
2318 fRXPat->fCompiledPat->setElementAt(fIntervalUpper, topOfBlock+3); in compileInterval()
2322 op = URX_BUILD(LoopOp, topOfBlock); in compileInterval()
2344 int32_t topOfBlock = blockTopLoc(FALSE); in compileInlineInterval() local
2347 fRXPat->fCompiledPat->setSize(topOfBlock); in compileInlineInterval()
2351 if (topOfBlock != fRXPat->fCompiledPat->size()-1 && fIntervalUpper != 1) { in compileInlineInterval()
2361 int32_t op = fRXPat->fCompiledPat->elementAti(topOfBlock); in compileInlineInterval()
2370 insertOp(topOfBlock); in compileInlineInterval()
2371 fRXPat->fCompiledPat->setElementAt(saveOp, topOfBlock); in compileInlineInterval()