Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp314 util::StringView ctorId = ctor_->Function()->Scope()->InternalName(); in Compile() local
318 pg->DefineClassWithBuffer(this, ctorId, bufIdx, baseReg); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1675 void PandaGen::DefineClassWithBuffer(const ir::AstNode *node, const util::StringView &ctorId, int32… in DefineClassWithBuffer() argument
1680 …ra_.Emit<Defineclasswithbuffer>(node, 0, ctorId, litId.View(), static_cast<int64_t>(formalParamCnt… in DefineClassWithBuffer()
1681 strings_.insert(ctorId); in DefineClassWithBuffer()
Dpandagen.h426 …void DefineClassWithBuffer(const ir::AstNode *node, const util::StringView &ctorId, int32_t litIdx…