Searched refs:fOldestValidIndex (Results 1 – 2 of 2) sorted by relevance
785 , fOldestValidIndex(0) in SaveRecord()799 , fOldestValidIndex(prior.fOldestValidIndex) in SaveRecord()853 if (i < fOldestValidIndex) { in restoreElements()874 fOldestValidIndex = fStartingElementIndex; in reset()1010 if (i < fOldestValidIndex) { in appendElement()1047 (oldestValid >= fOldestValidIndex && oldestValid < elements->count())); in appendElement()1054 SkASSERT(oldestValid >= fOldestValidIndex); in appendElement()1055 fOldestValidIndex = std::min(oldestValid, oldestActiveInvalidIndex); in appendElement()1106 fOldestValidIndex = fStartingElementIndex; in replaceWithElement()
220 int oldestElementIndex() const { return fOldestValidIndex; } in oldestElementIndex()270 int fOldestValidIndex; // Index of oldest element that remains valid for this record variable