HomeSort by relevance Sort by last modified time
    Searched refs:PoolEntry (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 35 class PoolEntry : public std::enable_shared_from_this<PoolEntry> {
38 PoolEntry(ValuePool &Pool, ValueKeyT Value)
40 ~PoolEntry() { Pool.removeEntry(this); }
49 static inline PoolEntry* getEmptyKey() { return nullptr; }
51 static inline PoolEntry* getTombstoneKey() {
52 return reinterpret_cast<PoolEntry*>(static_cast<uintptr_t>(1));
60 static unsigned getHashValue(PoolEntry *P) {
64 static unsigned getHashValue(const PoolEntry *P) {
75 static bool isEqual(const ValueKeyT &C, PoolEntry *P)
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoader.java 66 m_bufPool = new PoolEntry [BAOS_POOL_SIZE];
206 PoolEntry buf = null;
258 PoolEntry buf = null;
317 private static final class PoolEntry
319 PoolEntry (final int baosCapacity, final int bufSize)
403 private PoolEntry acquirePoolEntry ()
405 PoolEntry result;
409 result = new PoolEntry (BAOS_INIT_SIZE, BAOS_INIT_SIZE);
416 result = new PoolEntry (BAOS_INIT_SIZE, BAOS_INIT_SIZE);
433 private void releasePoolEntry (final PoolEntry buf
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 94 protected PoolEntry uniquePoolEntry;
129 this.uniquePoolEntry = new PoolEntry();
238 // If the connection is not open, create a new PoolEntry,
240 // due to aborts -- and the PoolEntry should not be reused
256 uniquePoolEntry = new PoolEntry();
292 if (sca.poolEntry == null)
415 protected class PoolEntry extends AbstractPoolEntry {
421 protected PoolEntry() {
448 } // class PoolEntry
463 protected ConnAdapter(PoolEntry entry, HttpRoute route)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
httpclient-4.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 461 milliseconds

1 2