Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DElf.cpp377 auto name_entry = cache_->find(std::string(info->name())); in CacheGet() local
378 if (name_entry == cache_->end()) { in CacheGet()
383 auto& offset_cache = name_entry->second; in CacheGet()