Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h121 std::map<uint64_t, dwarf_loc_regs_t> loc_regs_; // Single row indexed by pc_end. variable
/system/core/libunwindstack/
DDwarfSection.cpp42 auto it = loc_regs_.upper_bound(pc); in Step()
43 if (it == loc_regs_.end() || pc < it->second.pc_start) { in Step()
59 it = loc_regs_.emplace(loc_regs.pc_end, std::move(loc_regs)).first; in Step()