Searched refs:PoolEntry (Results 1 – 4 of 4) sorted by relevance
35 class PoolEntry : public std::enable_shared_from_this<PoolEntry> {38 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry() function40 ~PoolEntry() { Pool.removeEntry(this); } in ~PoolEntry()49 static inline PoolEntry* getEmptyKey() { return nullptr; } in getEmptyKey()51 static inline PoolEntry* getTombstoneKey() { in getTombstoneKey()52 return reinterpret_cast<PoolEntry*>(static_cast<uintptr_t>(1)); in getTombstoneKey()60 static unsigned getHashValue(PoolEntry *P) { in getHashValue()64 static unsigned getHashValue(const PoolEntry *P) { in getHashValue()75 static bool isEqual(const ValueKeyT &C, PoolEntry *P) { in isEqual()81 static bool isEqual(PoolEntry *P1, PoolEntry *P2) { in isEqual()[all …]
66 m_bufPool = new PoolEntry [BAOS_POOL_SIZE]; in InstrClassLoader()206 PoolEntry buf = null; in findClass()258 PoolEntry buf = null; in findClass()317 private static final class PoolEntry class in InstrClassLoader319 PoolEntry (final int baosCapacity, final int bufSize) in PoolEntry() method in InstrClassLoader.PoolEntry403 private PoolEntry acquirePoolEntry () in acquirePoolEntry()405 PoolEntry result; in acquirePoolEntry()409 result = new PoolEntry (BAOS_INIT_SIZE, BAOS_INIT_SIZE); in acquirePoolEntry()416 result = new PoolEntry (BAOS_INIT_SIZE, BAOS_INIT_SIZE); in acquirePoolEntry()433 private void releasePoolEntry (final PoolEntry buf) in releasePoolEntry()[all …]
94 protected PoolEntry uniquePoolEntry;129 this.uniquePoolEntry = new PoolEntry(); in SingleClientConnManager()256 uniquePoolEntry = new PoolEntry();415 protected class PoolEntry extends AbstractPoolEntry {421 protected PoolEntry() {463 protected ConnAdapter(PoolEntry entry, HttpRoute route) {
2936 field protected org.apache.http.impl.conn.SingleClientConnManager.PoolEntry uniquePoolEntry;2940 …nnManager.ConnAdapter(org.apache.http.impl.conn.SingleClientConnManager.PoolEntry, org.apache.http…2943 …protected class SingleClientConnManager.PoolEntry extends org.apache.http.impl.conn.AbstractPoolEn…2944 ctor protected SingleClientConnManager.PoolEntry();