Lines Matching defs:entry
139 auto entry = key_to_index_.find(key);
140 if (entry == key_to_index_.end()) {
148 hash_index = entry->second;
190 auto entry = pointers_.find(pointer);
191 if (entry == pointers_.end()) {
196 hash_index = entry->second.hash_index;
208 auto entry = pointers_.find(pointer);
209 if (entry == pointers_.end()) {
212 hash_index = entry->second.hash_index;
351 for (const auto& entry : pointers_) {
353 size_t hash_index = entry.second.hash_index;
363 error_log("Pointer 0x%" PRIxPTR " hash_index %zu does not exist.", entry.first, hash_index);
371 list->emplace_back(ListInfoType{entry.first, 1, entry.second.RealSize(),
372 entry.second.ZygoteChildAlloc(), frame_info});