Home
last modified time | relevance | path

Searched refs:Literals (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dliterals.h69 const ArenaVector<const ir::Literal *> &Literals() const in Literals() function in panda::es2panda::panda::es2panda::panda::es2panda::compiler::LiteralBuffer
90 class Literals { class
92 Literals() = delete;
H A Dliterals.cpp25 // Literals
27 void Literals::GetTemplateObject(PandaGen *pg, const ir::TaggedTemplateExpression *lit) in GetTemplateObject()
/arkcompiler/runtime_core/static_core/verification/config/handlers/
H A Dconfig_handler_method_options.cpp40 using Literals = PandaVector<PandaString>;
171 bool ProcessSectionShow(const Literals &literals, MethodOptions *options)
191 bool ProcessSectionUplevel(const Literals &uplevelOptions, const MethodOptionsConfig &allMethodOptions,
205 bool ProcessSectionCheck(const Literals &checks, MethodOptions *options)
253 Literals literals;
H A Dliteral_parser.h53 using P = typename Parser<PandaVector<PandaString>, const char, const char *>::template Next<struct Literals>; in LiteralsParser()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dliterals.h138 class Literals { class
140 Literals() = delete;
H A Dliterals.cpp24 void Literals::GetTemplateObject(PandaGen *pg, const ir::TaggedTemplateExpression *lit) in GetTemplateObject()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DtaggedTemplateExpression.cpp66 compiler::Literals::GetTemplateObject(pg, this); in Compile()
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp178 size_t bufferPos = literalBuf->Literals().size(); in CreateClassPublicBuffer()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp1061 array.reserve(buff->Literals().size() * ARRAY_EXPANSION); in GenBufferLiterals()
1063 for (const auto *literal : buff->Literals()) { in GenBufferLiterals()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp1103 Literals::GetTemplateObject(this, node->AsTaggedTemplateExpression()); in CallTagged()

Completed in 9 milliseconds