Home | History | Annotate | Download | only in src

Lines Matching refs:HashMap

367   // When we do lookup in HashMap we see no difference between two cases:
393 HashMap::Entry* to_entry = entries_map_.Lookup(to, ComputePointerHash(to),
431 HashMap::Entry* entry = entries_map_.Lookup(addr, ComputePointerHash(addr),
445 HashMap::Entry* entry = entries_map_.Lookup(addr, ComputePointerHash(addr),
556 HashMap::Entry* entry = entries_map_.Lookup(
671 HashMap::Entry* entry = entries_map_.Lookup(
706 sizeof(HashMap::Entry) * entries_map_.capacity() +
713 : entries_(HashMap::PointersMatch) {
718 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), false);
725 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), true);
732 : entries_(HashMap::PointersMatch) {
757 HashMap::Entry* cache_entry =
768 HashMap::Entry* cache_entry =
2338 for (HashMap::Entry* p = objects_by_info_.Start();
2348 for (HashMap::Entry* p = native_groups_.Start();
2421 HashMap::Entry* entry =
2438 for (HashMap::Entry* p = objects_by_info_.Start();
2491 HashMap::Entry* entry = native_groups_.Lookup(const_cast<char*>(label_copy),
2534 for (HashMap::Entry* entry = native_groups_.Start();
2803 HashMap::Entry* cache_entry = strings_.Lookup(
3165 for (HashMap::Entry* entry = strings_.Start();