Home | History | Annotate | Download | only in src

Lines Matching refs:map_entry

217   HashMap::Entry* map_entry =
219 return map_entry != NULL ?
220 reinterpret_cast<ProfileNode*>(map_entry->value) : NULL;
225 HashMap::Entry* map_entry =
227 if (map_entry->value == NULL) {
230 map_entry->value = new_node;
233 return reinterpret_cast<ProfileNode*>(map_entry->value);