Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DVerifyBionicTerminationTest.cpp65 auto reg_entry = regs.find(fde->cie->return_address_register); in GetReturnAddressLocation() local
66 if (reg_entry == regs.end()) { in GetReturnAddressLocation()
69 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()
371 auto reg_entry = cie_loc_regs_->find(reg); in cfa_restore() local
372 if (reg_entry == cie_loc_regs_->end()) { in cfa_restore()
375 (*loc_regs)[reg] = reg_entry->second; in cfa_restore()
DDwarfSection.cpp596 auto reg_entry = cie_loc_regs_.find(fde->cie_offset); in GetCfaLocationInfo() local
597 if (reg_entry == cie_loc_regs_.end()) { in GetCfaLocationInfo()