Searched defs:AsmEntityCollections (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.h | 44 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;
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.h | 45 struct AsmEntityCollections { struct 46 std::unordered_map<std::string, panda_file::BaseMethodItem *> methodItems; 47 std::unordered_map<std::string, panda_file::BaseFieldItem *> fieldItems; 48 std::unordered_map<std::string, panda_file::BaseClassItem *> classItems; 49 std::unordered_map<std::string_view, panda_file::StringItem *> stringItems; 50 std::unordered_map<std::string, panda_file::LiteralArrayItem *> literalarrayItems;
|