Searched refs:map_entry (Results 1 – 2 of 2) sorted by relevance
153 HashMap::Entry* map_entry = children_.Lookup(entry, CodeEntryHash(entry)); in FindChild() local154 return map_entry != NULL ? in FindChild()155 reinterpret_cast<ProfileNode*>(map_entry->value) : NULL; in FindChild()160 HashMap::Entry* map_entry = in FindOrAddChild() local162 ProfileNode* node = reinterpret_cast<ProfileNode*>(map_entry->value); in FindOrAddChild()166 map_entry->value = node; in FindOrAddChild()
807 dwarf2reader::SectionMap::const_iterator map_entry in ReadSourceLines() local811 if (map_entry == section_map.end()) in ReadSourceLines()812 map_entry = section_map.find("__debug_line"); in ReadSourceLines()813 if (map_entry == section_map.end()) { in ReadSourceLines()817 const char *section_start = map_entry->second.first; in ReadSourceLines()818 uint64 section_length = map_entry->second.second; in ReadSourceLines()