Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
H A 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/
H A DobjectExpression.cpp236 int32_t bufIdx = pg->AddLiteralBuffer(buf); in EmitCreateObjectWithBuffer() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp894 uint32_t bufIdx = pg->AddLiteralBuffer(std::move(buf)); in CompileStaticProperties() local
H A Dpandagen.cpp1381 uint32_t bufIdx = AddLiteralBuffer(std::move(buf)); in HandleArrayLiterals() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1624 uint32_t bufIdx = static_cast<uint32_t>(AddLiteralBuffer(buf)); in CreateArray() local
2237 void PandaGen::CreatePrivateProperty(const ir::AstNode *node, uint32_t num, int32_t bufIdx) in CreatePrivateProperty() argument

Completed in 13 milliseconds