Home
last modified time | relevance | path

Searched refs:string_offset_to_name_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.h230 mutable std::map<panda_file::File::EntityId, std::string> string_offset_to_name_; member in panda::disasm::Disassembler
H A Ddisassembler.cpp39 string_offset_to_name_.clear(); in Disassemble()
132 for (const auto &[offset, name_value] : string_offset_to_name_) { in Serialize()
721 for (auto &str_info : string_offset_to_name_) { in GetStrings()
2141 string_offset_to_name_.emplace(offset, str_data); in IDToString()

Completed in 7 milliseconds