Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.cpp135 auto literalArrayInstance = panda::pandasm::LiteralArray(std::move(typedInsns)); in GenFunctionTypeInfo() local
136 prog->literalarray_table.emplace(literalId, std::move(literalArrayInstance)); in GenFunctionTypeInfo()
174 auto literalArrayInstance = panda::pandasm::LiteralArray(std::move(typedSymbols)); in GenImportOrDeclareTypeInfo() local
175 prog->literalarray_table.emplace(literalId, std::move(literalArrayInstance)); in GenImportOrDeclareTypeInfo()
245 auto literalArrayInstance = panda::pandasm::LiteralArray(std::move(buf)); in GenTypeLiteralBuffers() local
246 prog->literalarray_table.emplace(literalId, std::move(literalArrayInstance)); in GenTypeLiteralBuffers()
Demitter.cpp390 auto literalArrayInstance = panda::pandasm::LiteralArray(std::move(buf)); in AddFunction() local
392 prog_->literalarray_table.emplace(litId, std::move(literalArrayInstance)); in AddFunction()
435 auto literalArrayInstance = panda::pandasm::LiteralArray(std::move(moduleLiteralsBuffer)); in AddSourceTextModuleRecord() local
436 …array_table.emplace(static_cast<std::string_view>(moduleLiteral), std::move(literalArrayInstance)); in AddSourceTextModuleRecord()