Home
last modified time | relevance | path

Searched refs:BuffStorage (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DprogramElement.h37 std::vector<LiteralBuffer> &BuffStorage();
H A DprogramElement.cpp31 std::vector<LiteralBuffer> &ProgramElement::BuffStorage() in BuffStorage() function in ark::es2panda::compiler::ProgramElement
H A DcodeGen.cpp168 programElement_->BuffStorage().emplace_back(std::move(buf)); in AddLiteralBuffer()
H A Demitter.cpp451 for (const auto &buff : programElement->BuffStorage()) { in AddProgramElement()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h188 const ArenaVector<compiler::LiteralBuffer *> &BuffStorage() const in BuffStorage() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp491 for (const auto *buff : pg_->BuffStorage()) { in GenLiteralBuffers()

Completed in 6 milliseconds