Home
last modified time | relevance | path

Searched refs:entrySize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DmoduleRecordEmitter.cpp37 panda::pandasm::LiteralArray::Literal entrySize = { in GenRegularImportEntries() local
40 buffer_.emplace_back(entrySize); in GenRegularImportEntries()
60 panda::pandasm::LiteralArray::Literal entrySize = { in GenNamespaceImportEntries() local
63 buffer_.emplace_back(entrySize); in GenNamespaceImportEntries()
79 panda::pandasm::LiteralArray::Literal entrySize = { in GenLocalExportEntries() local
81 buffer_.emplace_back(entrySize); in GenLocalExportEntries()
97 panda::pandasm::LiteralArray::Literal entrySize = { in GenIndirectExportEntries() local
99 buffer_.emplace_back(entrySize); in GenIndirectExportEntries()
118 panda::pandasm::LiteralArray::Literal entrySize = { in GenStarExportEntries() local
120 buffer_.emplace_back(entrySize); in GenStarExportEntries()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1147 panda::pandasm::LiteralArray::Literal entrySize = { in ParseRegularImportEntries() local
1149 moduleLiteralArray.emplace_back(entrySize); in ParseRegularImportEntries()
1168 panda::pandasm::LiteralArray::Literal entrySize = { in ParseNamespaceImportEntries() local
1171 moduleLiteralArray.emplace_back(entrySize); in ParseNamespaceImportEntries()
1187 panda::pandasm::LiteralArray::Literal entrySize = { in ParseLocalExportEntries() local
1189 moduleLiteralArray.emplace_back(entrySize); in ParseLocalExportEntries()
1204 panda::pandasm::LiteralArray::Literal entrySize = { in ParseIndirectExportEntries() local
1206 moduleLiteralArray.emplace_back(entrySize); in ParseIndirectExportEntries()
1225 panda::pandasm::LiteralArray::Literal entrySize = { in ParseStarExportEntries() local
1227 moduleLiteralArray.emplace_back(entrySize); in ParseStarExportEntries()