Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h122 std::map<uint64_t, DwarfLocations> loc_regs_; // Single row indexed by pc_end. variable
/system/unwinding/libunwindstack/
DDwarfSection.cpp43 auto it = loc_regs_.upper_bound(pc); in Step()
44 if (it == loc_regs_.end() || pc < it->second.pc_start) { in Step()
60 it = loc_regs_.emplace(loc_regs.pc_end, std::move(loc_regs)).first; in Step()