| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.h | 226 std::string LiteralIntegralValueToString(const pandasm::LiteralArray::Literal &lit) const in LiteralIntegralValueToString()
|
| D | disassembler.cpp | 398 pandasm::LiteralArray::Literal lit; in FillLiteralArrayData() local 406 pandasm::LiteralArray::Literal lit; in FillLiteralArrayData() local 418 pandasm::LiteralArray::Literal lit; in FillLiteralData() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | literals.cpp | 24 void Literals::GetTemplateObject(PandaGen *pg, const ir::TaggedTemplateExpression *lit) in GetTemplateObject()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | literals.cpp | 27 void Literals::GetTemplateObject(PandaGen *pg, const ir::TaggedTemplateExpression *lit) in GetTemplateObject()
|
| D | literals.h | 44 void Add(const ir::Literal *lit) in Add()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | helpers.cpp | 65 util::StringView Helpers::LiteralToPropName(const ir::Expression *lit) in LiteralToPropName() 340 auto *lit = expr->AsStringLiteral(); in IsSpecialPropertyKey() local 367 auto *lit = expr->AsNumberLiteral(); in ToConstantLiteral() local 374 auto *lit = expr->AsStringLiteral(); in ToConstantLiteral() local 378 auto *lit = expr->AsBooleanLiteral(); in ToConstantLiteral() local
|
| /arkcompiler/runtime_core/abc2program/ |
| D | abc_literal_array_processor.cpp | 39 pandasm::LiteralArray::Literal lit; in FillModuleRequestPhase() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | unaryExpression.cpp | 158 const ir::Literal *lit = argument_->AsLiteral(); in Check() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 79 util::StringView Helpers::LiteralToPropName(ArenaAllocator *allocator, const ir::Expression *lit) in LiteralToPropName() 387 auto *lit = expr->AsStringLiteral(); in IsSpecialPropertyKey() local
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 224 pandasm::LiteralArray::Literal lit; in FillLiteralArrayData() local 233 pandasm::LiteralArray::Literal lit; in FillLiteralArrayData() local 244 pandasm::LiteralArray::Literal lit; in FillLiteralData() local
|
| /arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
| D | hello_world_test.cpp | 37 std::string lit = ".#~@1>#lit"; member
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompiler.cpp | 805 compiler::Literal lit = util::Helpers::ToConstantLiteral(prop->Value()); in CreateLiteral() local 881 compiler::Literal lit = CreateLiteral(prop, compiled, i); in CompileStaticProperties() local
|
| D | pandagen.cpp | 1369 Literal lit = util::Helpers::ToConstantLiteral(elements[i]); in HandleArrayLiterals() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.cpp | 455 pandasm::LiteralArray::Literal lit; in FillLiteralArrayData() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 975 auto lit = litArray.literals[i]; in BuildUnfoldLoadConstPrimitiveArray() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 960 const ir::Literal *lit = expr->Argument()->AsLiteral(); in CheckLiteral() local
|