Home
last modified time | relevance | path

Searched defs:lit (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.h226 std::string LiteralIntegralValueToString(const pandasm::LiteralArray::Literal &lit) const in LiteralIntegralValueToString()
Ddisassembler.cpp398 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/
Dliterals.cpp24 void Literals::GetTemplateObject(PandaGen *pg, const ir::TaggedTemplateExpression *lit) in GetTemplateObject()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dliterals.cpp27 void Literals::GetTemplateObject(PandaGen *pg, const ir::TaggedTemplateExpression *lit) in GetTemplateObject()
Dliterals.h44 void Add(const ir::Literal *lit) in Add()
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp65 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/
Dabc_literal_array_processor.cpp39 pandasm::LiteralArray::Literal lit; in FillModuleRequestPhase() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DunaryExpression.cpp158 const ir::Literal *lit = argument_->AsLiteral(); in Check() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp79 util::StringView Helpers::LiteralToPropName(ArenaAllocator *allocator, const ir::Expression *lit) in LiteralToPropName()
387 auto *lit = expr->AsStringLiteral(); in IsSpecialPropertyKey() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp224 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/
Dhello_world_test.cpp37 std::string lit = ".#~@1>#lit"; member
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp805 compiler::Literal lit = util::Helpers::ToConstantLiteral(prop->Value()); in CreateLiteral() local
881 compiler::Literal lit = CreateLiteral(prop, compiled, i); in CompileStaticProperties() local
Dpandagen.cpp1369 Literal lit = util::Helpers::ToConstantLiteral(elements[i]); in HandleArrayLiterals() local
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp455 pandasm::LiteralArray::Literal lit; in FillLiteralArrayData() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h975 auto lit = litArray.literals[i]; in BuildUnfoldLoadConstPrimitiveArray() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp960 const ir::Literal *lit = expr->Argument()->AsLiteral(); in CheckLiteral() local