Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfCfa.cpp99 auto reg_entry = cie_loc_regs_->find(cfa_low); in GetLocationInfo() local
100 if (reg_entry == cie_loc_regs_->end()) { in GetLocationInfo()
103 (*loc_regs)[cfa_low] = reg_entry->second; in GetLocationInfo()
357 auto reg_entry = cie_loc_regs_->find(reg); in cfa_restore() local
358 if (reg_entry == cie_loc_regs_->end()) { in cfa_restore()
361 (*loc_regs)[reg] = reg_entry->second; in cfa_restore()
DDwarfSection.cpp559 auto reg_entry = cie_loc_regs_.find(fde->cie_offset); in GetCfaLocationInfo() local
560 if (reg_entry == cie_loc_regs_.end()) { in GetCfaLocationInfo()