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