Searched refs:topOfBlock (Results 1 – 1 of 1) sorted by relevance
2295 int32_t topOfBlock = blockTopLoc(TRUE); in compileInterval() local2296 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[all …]