Searched refs:topOfBlock (Results 1 – 1 of 1) sorted by relevance
2460 int32_t topOfBlock = blockTopLoc(TRUE); in compileInterval() local2461 insertOp(topOfBlock); in compileInterval()2462 insertOp(topOfBlock); in compileInterval()2463 insertOp(topOfBlock); in compileInterval()2474 fRXPat->fCompiledPat->setElementAt(op, topOfBlock); in compileInterval()2482 fRXPat->fCompiledPat->setElementAt(op, topOfBlock+1); in compileInterval()2485 fRXPat->fCompiledPat->setElementAt(fIntervalLow, topOfBlock+2); in compileInterval()2486 fRXPat->fCompiledPat->setElementAt(fIntervalUpper, topOfBlock+3); in compileInterval()2490 appendOp(LoopOp, topOfBlock); in compileInterval()2511 int32_t topOfBlock = blockTopLoc(FALSE); in compileInlineInterval() local[all …]