Searched refs:mArrayRowPool (Results 1 – 2 of 2) sorted by relevance
23 Pools.Pool<ArrayRow> mArrayRowPool = new Pools.SimplePool<>(256); field in Cache
180 mCache.mArrayRowPool.release(row); in releaseRows()276 row = mCache.mArrayRowPool.acquire(); in createRow()563 mCache.mArrayRowPool.release(current); in cleanupRows()640 mCache.mArrayRowPool.release(row); in addConstraint()687 mCache.mArrayRowPool.release(removedRow); in addRow()728 mCache.mArrayRowPool.release(row); in removeRow()