Searched refs:x86_regs_ (Results 1 – 2 of 2) sorted by relevance
181 static std::unordered_map<std::string, uint32_t> x86_regs_; variable
437 if (!ReadRegs<uint32_t>(regs_impl, x86_regs_, error_msg, offline_files_path)) return false; in CreateRegs()515 std::unordered_map<std::string, uint32_t> OfflineUnwindUtils::x86_regs_ = { member in unwindstack::OfflineUnwindUtils