Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp318 pg->DefineClassWithBuffer(this, ctorId, bufIdx, baseReg); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h426 …void DefineClassWithBuffer(const ir::AstNode *node, const util::StringView &ctorId, int32_t litIdx…
Dpandagen.cpp1675 void PandaGen::DefineClassWithBuffer(const ir::AstNode *node, const util::StringView &ctorId, int32… in DefineClassWithBuffer() function in panda::es2panda::compiler::PandaGen