Searched refs:ctorId (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/base/ |
D | classDefinition.cpp | 314 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/ |
D | pandagen.cpp | 1675 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()
|
D | pandagen.h | 426 …void DefineClassWithBuffer(const ir::AstNode *node, const util::StringView &ctorId, int32_t litIdx…
|