Home
last modified time | relevance | path

Searched refs:litId (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1568 util::UString litId(idxStr, allocator_); in CreateObjectWithBuffer()
1569 ra_.Emit<Createobjectwithbuffer>(node, 0, litId.View()); in CreateObjectWithBuffer()
1599 util::UString litId(idxStr, allocator_); in CreateArrayWithBuffer()
1600 ra_.Emit<Createarraywithbuffer>(node, 0, litId.View()); in CreateArrayWithBuffer()
1756 util::UString litId(idxStr, allocator_); in DefineClassWithBuffer()
1757 ra_.Emit<Defineclasswithbuffer>(node, 0, ctorId, litId.View(), static_cast<int64_t>(formalParamCnt), base); in DefineClassWithBuffer()
1765 util::UString litId(idxStr, allocator_); in DefineSendableClass()
1766 ra_.Emit<CallruntimeDefinesendableclass>(node, 0, ctorId, litId.View(), static_cast<int64_t>(formalParamCnt), base); in DefineSendableClass()
2036 util::UString litId(idxStr, allocator_); in NewLexEnvWithScopeInfo()
2037 num <= util::Helpers::MAX_INT8 ? ra_.Emit<Newlexenvwithname>(node, num, litId in NewLexEnvWithScopeInfo()
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp663 auto litId = std::string(context->Binder()->Program()->RecordName()) + "_" + std::to_string(idx); in AddFunction() local
664 prog_->literalarray_table.emplace(litId, std::move(literalArrayInstance)); in AddFunction()

Completed in 7 milliseconds