Home
last modified time | relevance | path

Searched defs:bufIdx (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp401 int32_t bufIdx = CreateClassPublicBuffer(pg, compiled); in Compile() local
415 int32_t bufIdx = CreateClassPrivateBuffer(pg); in Compile() local
690 int32_t bufIdx = CreateClassPublicBuffer(pg, compiled, fieldTypeBufIdx); in CompileSendableClass() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp236 int32_t bufIdx = pg->AddLiteralBuffer(buf); in EmitCreateObjectWithBuffer() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1619 uint32_t bufIdx = static_cast<uint32_t>(AddLiteralBuffer(buf)); in CreateArray() local
2232 void PandaGen::CreatePrivateProperty(const ir::AstNode *node, uint32_t num, int32_t bufIdx) in CreatePrivateProperty()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp894 uint32_t bufIdx = pg->AddLiteralBuffer(std::move(buf)); in CompileStaticProperties() local
Dpandagen.cpp1381 uint32_t bufIdx = AddLiteralBuffer(std::move(buf)); in HandleArrayLiterals() local