Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.h45 struct AsmEntityCollections { struct
46 std::unordered_map<std::string, panda_file::BaseMethodItem *> methodItems;
47 std::unordered_map<std::string, panda_file::BaseMethodItem *> staticMethodItems;
48 std::unordered_map<std::string, panda_file::BaseFieldItem *> fieldItems;
49 std::unordered_map<std::string, panda_file::BaseFieldItem *> staticFieldItems;
50 std::unordered_map<std::string, panda_file::BaseClassItem *> classItems;
51 std::unordered_map<std::string_view, panda_file::StringItem *> stringItems;
52 std::unordered_map<std::string, panda_file::LiteralArrayItem *> literalarrayItems;
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.h53 struct AsmEntityCollections { struct
54 std::unordered_map<std::string, panda_file::BaseMethodItem *> method_items;
55 std::unordered_map<std::string, panda_file::BaseFieldItem *> field_items;
56 std::unordered_map<std::string, panda_file::BaseClassItem *> class_items;
57 std::unordered_map<std::string, panda_file::StringItem *> string_items;
58 std::unordered_map<std::string, panda_file::LiteralArrayItem *> literalarray_items;