Searched refs:topOfBlock (Results 1 – 1 of 1) sorted by relevance
2434 int32_t topOfBlock = blockTopLoc(TRUE); in compileInterval() local2435 insertOp(topOfBlock); in compileInterval()2436 insertOp(topOfBlock); in compileInterval()2437 insertOp(topOfBlock); in compileInterval()2448 fRXPat->fCompiledPat->setElementAt(op, topOfBlock); in compileInterval()2456 fRXPat->fCompiledPat->setElementAt(op, topOfBlock+1); in compileInterval()2459 fRXPat->fCompiledPat->setElementAt(fIntervalLow, topOfBlock+2); in compileInterval()2460 fRXPat->fCompiledPat->setElementAt(fIntervalUpper, topOfBlock+3); in compileInterval()2464 appendOp(LoopOp, topOfBlock); in compileInterval()2485 int32_t topOfBlock = blockTopLoc(FALSE); in compileInlineInterval() local[all …]