Searched refs:fActiveIntvls (Results 1 – 4 of 4) sorted by relevance
70 SkASSERT(fActiveIntvls.empty()); in ~GrResourceAllocator()336 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()337 Interval* temp = fActiveIntvls.popHead(); in expire()437 fActiveIntvls.insertByIncreasingEnd(cur); in assign()484 fActiveIntvls.insertByIncreasingEnd(cur); in assign()
269 IntervalList fActiveIntvls; // List of live intervals during assignment variable
42 SkASSERT(fActiveIntvls.empty()); in ~GrResourceAllocator()311 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()312 Interval* intvl = fActiveIntvls.popHead(); in expire()341 fActiveIntvls.insertByIncreasingEnd(cur); in planAssignment()405 SkASSERT(fActiveIntvls.empty()); in reset()
279 IntervalList fActiveIntvls; // List of live intervals during assignment variable