Searched refs:topOfBlock (Results 1 – 1 of 1) sorted by relevance
2429 int32_t topOfBlock = blockTopLoc(TRUE); in compileInterval() local2430 insertOp(topOfBlock); in compileInterval()2431 insertOp(topOfBlock); in compileInterval()2432 insertOp(topOfBlock); in compileInterval()2443 fRXPat->fCompiledPat->setElementAt(op, topOfBlock); in compileInterval()2451 fRXPat->fCompiledPat->setElementAt(op, topOfBlock+1); in compileInterval()2454 fRXPat->fCompiledPat->setElementAt(fIntervalLow, topOfBlock+2); in compileInterval()2455 fRXPat->fCompiledPat->setElementAt(fIntervalUpper, topOfBlock+3); in compileInterval()2459 appendOp(LoopOp, topOfBlock); in compileInterval()2480 int32_t topOfBlock = blockTopLoc(FALSE); in compileInlineInterval() local[all …]