Home
last modified time | relevance | path

Searched refs:addressEntry (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Reactor/
DOptimizer.cpp126 const auto &addressEntry = uses.find(address); in eliminateUnitializedLoads() local
127 const auto &addressUses = addressEntry->second; in eliminateUnitializedLoads()
159 uses.erase(addressEntry); in eliminateUnitializedLoads()
181 const auto &addressEntry = uses.find(address); in eliminateLoadsFollowingSingleStore() local
182 auto &addressUses = addressEntry->second; in eliminateLoadsFollowingSingleStore()
282 const auto &addressEntry = uses.find(address); in optimizeStoresInSingleBasicBlock() local
283 const auto &addressUses = addressEntry->second; in optimizeStoresInSingleBasicBlock()
/external/jmdns/src/javax/jmdns/impl/
DJmDNSImpl.java777 …DNSEntry addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_A, DNSRecordClass.C… in getServiceInfoFromCache() local
778 if (addressEntry instanceof DNSRecord) { in getServiceInfoFromCache()
779 … ServiceInfo cachedAddressInfo = ((DNSRecord) addressEntry).getServiceInfo(persistent); in getServiceInfoFromCache()
787addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_A… in getServiceInfoFromCache()
788 if (addressEntry instanceof DNSRecord) { in getServiceInfoFromCache()
789 … ServiceInfo cachedAddressInfo = ((DNSRecord) addressEntry).getServiceInfo(persistent); in getServiceInfoFromCache()