Home
last modified time | relevance | path

Searched refs:AddLiteralBuffer (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Demitter.h110 void AddLiteralBuffer(const LiteralBuffer &literals, uint32_t index);
H A Demitter.cpp452 AddLiteralBuffer(buff, newLiteralBufferIndex++); in AddProgramElement()
512 void Emitter::AddLiteralBuffer(const LiteralBuffer &literals, uint32_t index) in AddLiteralBuffer() function in ark::es2panda::compiler::Emitter
H A DcodeGen.cpp166 std::uint32_t CodeGen::AddLiteralBuffer(LiteralBuffer &&buf) in AddLiteralBuffer() function in ark::es2panda::compiler::CodeGen
H A DcodeGen.h128 [[nodiscard]] std::uint32_t AddLiteralBuffer(LiteralBuffer &&buf);
H A DcompilerImpl.cpp56 emitter->AddLiteralBuffer(buff, index++); in HandleContextLiterals()
H A DJSCompiler.cpp121 return {pg->AddLiteralBuffer(std::move(buf)), privateBuf}; in CreateClassStaticPropertiesBuf()
392 pg->DefineClassPrivateFields(node, pg->AddLiteralBuffer(std::move(privateBuf))); in Compile()
894 uint32_t bufIdx = pg->AddLiteralBuffer(std::move(buf)); in CompileStaticProperties()
H A Dpandagen.cpp1381 uint32_t bufIdx = AddLiteralBuffer(std::move(buf)); in HandleArrayLiterals()
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp219 return pg->AddLiteralBuffer(buf); in CreateClassPublicBuffer()
268 return pg->AddLiteralBuffer(buf); in CreateClassPrivateBuffer()
675 return pg->AddLiteralBuffer(instanceBuf); in CreateFieldTypeBuffer()
/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.cpp456 emitter->AddLiteralBuffer(buff, index++); in GenerateAsm()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp287 int32_t PandaGen::AddLiteralBuffer(LiteralBuffer *buf) in AddLiteralBuffer() function in panda::es2panda::compiler::PandaGen
307 return AddLiteralBuffer(buf); in AddLexicalVarNamesForDebugInfo()
1624 uint32_t bufIdx = static_cast<uint32_t>(AddLiteralBuffer(buf)); in CreateArray()
H A Dpandagen.h259 int32_t AddLiteralBuffer(LiteralBuffer *buf);
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.cpp236 int32_t bufIdx = pg->AddLiteralBuffer(buf); in EmitCreateObjectWithBuffer()

Completed in 16 milliseconds