Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfEhFrameWithHdr.cpp121 auto entry = fde_info_.find(index); in GetFdeInfoFromIndex()
122 if (entry != fde_info_.end()) { in GetFdeInfoFromIndex()
123 return &fde_info_[index]; in GetFdeInfoFromIndex()
125 FdeInfo* info = &fde_info_[index]; in GetFdeInfoFromIndex()
135 fde_info_.erase(index); in GetFdeInfoFromIndex()
DDwarfEhFrameWithHdr.h86 std::unordered_map<uint64_t, FdeInfo> fde_info_; variable
/system/core/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp47 this->fde_info_[index] = info; in TestSetFdeInfo()