Home
last modified time | relevance | path

Searched refs:PoolEntry (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h35 class PoolEntry : public std::enable_shared_from_this<PoolEntry> {
38 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry() function
40 ~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 …]
/external/emma/core/java12/com/vladium/emma/rt/
DInstrClassLoader.java66 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 InstrClassLoader
319 PoolEntry (final int baosCapacity, final int bufSize) in PoolEntry() method in InstrClassLoader.PoolEntry
403 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 …]
/external/apache-http/src/org/apache/http/impl/conn/
DSingleClientConnManager.java94 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) {
/external/apache-http/api/
Dapache-http-legacy-current.txt2936 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();