Searched refs:fActiveIntvls (Results 1 – 4 of 4) sorted by relevance
54 SkASSERT(fActiveIntvls.empty()); in ~GrResourceAllocator()290 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()291 Interval* temp = fActiveIntvls.popHead(); in expire()351 fActiveIntvls.insertByIncreasingEnd(cur); in assign()408 fActiveIntvls.insertByIncreasingEnd(cur); in assign()
220 IntervalList fActiveIntvls; // List of live intervals during assignment variable
42 SkASSERT(fActiveIntvls.empty()); in ~GrResourceAllocator()302 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()303 Interval* intvl = fActiveIntvls.popHead(); in expire()332 fActiveIntvls.insertByIncreasingEnd(cur); in planAssignment()396 SkASSERT(fActiveIntvls.empty()); in reset()
270 IntervalList fActiveIntvls; // List of live intervals during assignment variable