Searched refs:newIntvl (Results 1 – 2 of 2) sorted by relevance
91 Interval* newIntvl; variable93 newIntvl = fFreeIntervalList;94 fFreeIntervalList = newIntvl->next();95 newIntvl->setNext(nullptr);96 newIntvl->resetTo(proxy, start, end);98 newIntvl = fIntervalAllocator.make<Interval>(proxy, start, end);101 fIntvlList.insertByIncreasingStart(newIntvl);102 fIntvlHash.add(newIntvl);
94 Interval* newIntvl = fInternalAllocator.make<Interval>(proxy, start, end); variable97 newIntvl->addUse();99 fIntvlList.insertByIncreasingStart(newIntvl);100 fIntvlHash.set(proxyID, newIntvl);