Searched refs:mValuePool (Results 1 – 4 of 4) sorted by relevance
98 private final HashMap<TKey, Queue<TValue>> mValuePool; field in LruPool128 mValuePool = new HashMap<>(); in LruPool()153 value = mValuePool.get(key).remove(); in acquire()179 if (!mValuePool.containsKey(key)) { in add()181 mValuePool.put(key, pool); in add()183 pool = mValuePool.get(key); in add()233 Queue<TValue> pool = mValuePool.get(key); in unsafeTrimToSize()237 mValuePool.remove(key); in unsafeTrimToSize()
97 mValuePool = valueObjectPool; in init()105 return mValuePool; in getValuePool()123 VehiclePropValuePool* mValuePool; variable
98 if (!mValuePool) { in getValuePool()101 return mValuePool; in getValuePool()108 mValuePool = valuePool; in setValuePool()
65 VehiclePropValuePool* mValuePool{nullptr};