Home
last modified time | relevance | path

Searched defs:AsmEntityCollections (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-emitter.h44 struct AsmEntityCollections { struct
45 std::unordered_map<std::string, panda_file::BaseMethodItem *> method_items;
46 std::unordered_map<std::string, panda_file::BaseFieldItem *> field_items;
47 std::unordered_map<std::string, panda_file::BaseClassItem *> class_items;
48 std::unordered_map<std::string, panda_file::StringItem *> string_items;
49 std::unordered_map<std::string, panda_file::LiteralArrayItem *> literalarray_items;