Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DVerifyBionicTerminationTest.cpp62 auto reg_entry = regs.find(fde->cie->return_address_register); in GetReturnAddressLocation() local
63 if (reg_entry == regs.end()) { in GetReturnAddressLocation()
66 return reg_entry->second.type; in GetReturnAddressLocation()
/system/unwinding/libunwindstack/
DDwarfCfa.cpp101 auto reg_entry = cie_loc_regs_->find(cfa_low); in GetLocationInfo() local
102 if (reg_entry == cie_loc_regs_->end()) { in GetLocationInfo()
105 (*loc_regs)[cfa_low] = reg_entry->second; in GetLocationInfo()
363 auto reg_entry = cie_loc_regs_->find(reg); in cfa_restore() local
364 if (reg_entry == cie_loc_regs_->end()) { in cfa_restore()
367 (*loc_regs)[reg] = reg_entry->second; in cfa_restore()
DDwarfSection.cpp583 auto reg_entry = cie_loc_regs_.find(fde->cie_offset); in GetCfaLocationInfo() local
584 if (reg_entry == cie_loc_regs_.end()) { in GetCfaLocationInfo()