Home
last modified time | relevance | path

Searched refs:AbcModuleArrayProcessor (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/abc2program/
Dabc_module_array_processor.cpp20 AbcModuleArrayProcessor::AbcModuleArrayProcessor(panda_file::File::EntityId entity_id, in AbcModuleArrayProcessor() function in panda::abc2program::AbcModuleArrayProcessor
27 void AbcModuleArrayProcessor::FillProgramData() in FillProgramData()
73 void AbcModuleArrayProcessor::FillModuleRequests(std::vector<panda::pandasm::LiteralArray::Literal>… in FillModuleRequests()
90 void AbcModuleArrayProcessor::FillRegularImportEntry(std::vector<panda::pandasm::LiteralArray::Lite… in FillRegularImportEntry()
110 void AbcModuleArrayProcessor::FillNamespaceImportEntry( in FillNamespaceImportEntry()
126 void AbcModuleArrayProcessor::FillLocalExportEntry(std::vector<panda::pandasm::LiteralArray::Litera… in FillLocalExportEntry()
141 void AbcModuleArrayProcessor::FillIndirectExportEntry(std::vector<panda::pandasm::LiteralArray::Lit… in FillIndirectExportEntry()
161 void AbcModuleArrayProcessor::FillStarExportEntry(std::vector<panda::pandasm::LiteralArray::Literal… in FillStarExportEntry()
172 void AbcModuleArrayProcessor::FillEntrySize(std::vector<panda::pandasm::LiteralArray::Literal> &lit… in FillEntrySize()
Dabc_module_array_processor.h24 class AbcModuleArrayProcessor : public AbcFileEntityProcessor {
26 AbcModuleArrayProcessor(panda_file::File::EntityId entity_id,
Dabc_class_processor.cpp166 AbcModuleArrayProcessor module_array_processor(entity_id, entity_container_); in FillModuleLiteralArrayById()