Searched refs:fEntryPool (Results 1 – 2 of 2) sorted by relevance
70 return fEntryPool.allocated() - fEntryPool.available(); in getCount()98 SkTObjectPool<Entry> fEntryPool; variable
134 fEntryPool.releaseAll(&node->fEntries); in clear()161 Entry* entry = fEntryPool.acquire(); in insert()186 SkASSERT(fEntryPool.allocated() == fEntryPool.available()); in clear()204 fEntryPool.release(entry); in rewindInserts()