Home
last modified time | relevance | path

Searched refs:getWeakRef (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DBasicPoolEntry.java86 protected final BasicPoolEntryRef getWeakRef() { in getWeakRef() method in BasicPoolEntry
DConnPoolByRoute.java393 issuedConnections.remove(entry.getWeakRef());
455 issuedConnections.add(entry.getWeakRef());
502 issuedConnections.add(entry.getWeakRef());
/external/llvm/lib/MC/
DELFObjectWriter.cpp790 static const MCSymbol *getWeakRef(const MCSymbolRefExpr &Ref) { in getWeakRef() function
894 if (const MCSymbol *WeakRef = getWeakRef(*RefA)) in RecordRelocation()