Home
last modified time | relevance | path

Searched refs:map_entry (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dprofile-generator.cc153 HashMap::Entry* map_entry = children_.Lookup(entry, CodeEntryHash(entry)); in FindChild() local
154 return map_entry != NULL ? in FindChild()
155 reinterpret_cast<ProfileNode*>(map_entry->value) : NULL; in FindChild()
160 HashMap::Entry* map_entry = in FindOrAddChild() local
162 ProfileNode* node = reinterpret_cast<ProfileNode*>(map_entry->value); in FindOrAddChild()
166 map_entry->value = node; in FindOrAddChild()
/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc807 dwarf2reader::SectionMap::const_iterator map_entry in ReadSourceLines() local
811 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()