Searched refs:Literals (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | literals.h | 69 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 D | literals.cpp | 25 // Literals 27 void Literals::GetTemplateObject(PandaGen *pg, const ir::TaggedTemplateExpression *lit) in GetTemplateObject()
|
/arkcompiler/runtime_core/static_core/verification/config/handlers/ |
H A D | config_handler_method_options.cpp | 40 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 D | literal_parser.h | 53 using P = typename Parser<PandaVector<PandaString>, const char, const char *>::template Next<struct Literals>; in LiteralsParser()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | literals.h | 138 class Literals { class 140 Literals() = delete;
|
H A D | literals.cpp | 24 void Literals::GetTemplateObject(PandaGen *pg, const ir::TaggedTemplateExpression *lit) in GetTemplateObject()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | taggedTemplateExpression.cpp | 66 compiler::Literals::GetTemplateObject(pg, this); in Compile()
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
H A D | classDefinition.cpp | 178 size_t bufferPos = literalBuf->Literals().size(); in CreateClassPublicBuffer()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
H A D | emitter.cpp | 1061 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 D | pandagen.cpp | 1103 Literals::GetTemplateObject(this, node->AsTaggedTemplateExpression()); in CallTagged()
|
Completed in 9 milliseconds