Searched refs:classItems (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/util/ |
H A D | symbolTable.cpp | 94 auto classItems = GetStringItems(itemList[1], SECOND_LEVEL_SEPERATOR); in ReadSymbolTable() local 103 for (size_t i = 0; i < classItems.size(); i = i + 2) { in ReadSymbolTable() 104 info.classHash.insert(std::pair<std::string, std::string>(classItems[i], classItems[i + 1])); in ReadSymbolTable()
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | assembly-emitter.cpp | 737 AddBytecodeIndexDependencies(method, insn, entities.classItems); in AddBytecodeIndexDependencies() 747 auto it = entities.classItems.find(catchBlock.exceptionRecord); in AddBytecodeIndexDependencies() 748 ASSERT(it != entities.classItems.cend()); in AddBytecodeIndexDependencies() 882 entities.classItems.insert({t.GetName(), foreignRecord}); in MakeArrayTypeItems() 895 entities.classItems.insert({name, foreignRecord}); in HandleRecordAsForeign() 997 entities.classItems.insert({name, record}); in HandleRecord() 1243 auto *classItem = static_cast<ClassItem *>(Find(entities.classItems, name)); in MakeRecordAnnotations() 1244 if (!AddAnnotations(classItem, items, *record.metadata, program, entities.classItems, entities.fieldItems, in MakeRecordAnnotations() 1256 if (!AddAnnotations(fieldItem, items, *field.metadata, program, entities.classItems, entities.fieldItems, in MakeRecordAnnotations() 1265 auto *item = CreateValueItem(items, &value, program, entities.classItems, entitie in MakeRecordAnnotations() 1835 BuildTryBlocks( MethodItem *method, const std::unordered_map<std::string, BaseClassItem *> &classItems, const std::vector<uint8_t> &bytecode) const BuildTryBlocks() argument [all...] |
H A D | assembly-function.h | 164 panda_file::MethodItem *method, const std::unordered_map<std::string, panda_file::BaseClassItem *> &classItems,
|
H A D | assembly-emitter.h | 48 std::unordered_map<std::string, panda_file::BaseClassItem *> classItems; member
|
Completed in 8 milliseconds