Searched refs:newIntvl (Results 1 – 2 of 2) sorted by relevance
132 Interval* newIntvl; variable134 newIntvl = fFreeIntervalList;135 fFreeIntervalList = newIntvl->next();136 newIntvl->setNext(nullptr);137 newIntvl->resetTo(proxy, start, end);139 newIntvl = fIntervalAllocator.make<Interval>(proxy, start, end);143 newIntvl->addUse();145 fIntvlList.insertByIncreasingStart(newIntvl);146 fIntvlHash.add(newIntvl);
93 Interval* newIntvl = fInternalAllocator.make<Interval>(proxy, start, end); variable96 newIntvl->addUse();98 fIntvlList.insertByIncreasingStart(newIntvl);99 fIntvlHash.set(proxyID, newIntvl);