Searched defs:cache_entry (Results 1 – 7 of 7) sorted by relevance
/external/chromium/net/disk_cache/ |
D | disk_cache_perftest.cc | 68 disk_cache::Entry* cache_entry; in TimeWrite() local 116 disk_cache::Entry* cache_entry; in TimeRead() local
|
D | backend_impl.cc | 675 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error); in OpenEntryImpl() local 754 scoped_refptr<EntryImpl> cache_entry( in CreateEntryImpl() local 898 EntryImpl* cache_entry = NULL; in RecoveredEntry() local 1506 scoped_refptr<EntryImpl> cache_entry( in NewEntry() local 1569 scoped_refptr<EntryImpl> cache_entry, parent_entry; in MatchEntry() local 2061 scoped_refptr<EntryImpl> cache_entry; in CheckAllEntries() local 2086 bool BackendImpl::CheckEntry(EntryImpl* cache_entry) { in CheckEntry()
|
D | mem_backend_impl.cc | 210 MemEntryImpl* cache_entry = new MemEntryImpl(this); in CreateEntry() local
|
/external/v8/src/ |
D | profile-generator.cc | 129 HashMap::Entry* cache_entry = names_.Lookup(str, hash, true); in AddOrDisposeString() local 1529 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), false); in Map() local 1541 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), true); in Pair() local 1583 HashMap::Entry* cache_entry = in Contains() local 1592 HashMap::Entry* cache_entry = in Insert() local 1602 HashMap::Entry* cache_entry = in GetTag() local 1616 HashMap::Entry* cache_entry = in SetTag() local 3487 HashMap::Entry* cache_entry = nodes_.Lookup(entry, ObjectHash(entry), true); in GetNodeId() local 3496 HashMap::Entry* cache_entry = strings_.Lookup( in GetStringId() local
|
/external/chromium/net/base/ |
D | host_resolver_impl.cc | 1019 const HostCache::Entry* cache_entry = cache_->Lookup( in Resolve() local
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 3221 const Register cache_entry = r0; in Generate() local
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 3343 const Register cache_entry = a0; in Generate() local
|