profile-generator.cc | 129 HashMap::Entry* cache_entry = names_.Lookup(str, hash, true); local 130 if (cache_entry->value == NULL) { 132 cache_entry->value = str; 136 return reinterpret_cast<const char*>(cache_entry->value); 1529 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), false); local 1541 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), true); local 1583 HashMap::Entry* cache_entry = local 1592 HashMap::Entry* cache_entry = local 1602 HashMap::Entry* cache_entry = local 1616 HashMap::Entry* cache_entry = local 3487 HashMap::Entry* cache_entry = nodes_.Lookup(entry, ObjectHash(entry), true); local 3496 HashMap::Entry* cache_entry = strings_.Lookup( local [all...] |