Home
last modified time | relevance | path

Searched defs:literal (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/ets_frontend/merge_abc/src/
DassemblyLiteralsProto.cpp104 for (const auto &literal : array.literals_) { in Serialize() local
114 panda::pandasm::LiteralArray::Literal literal; in Deserialize() local
120 void Literal::Serialize(const panda::pandasm::LiteralArray::Literal &literal, protoPanda::Literal &… in Serialize()
127 …Deserialize(const protoPanda::Literal &protoLiteral, panda::pandasm::LiteralArray::Literal &litera… in Deserialize()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsLiteralType.h24 …explicit TSLiteralType(Expression *literal) : TypeNode(AstNodeType::TS_LITERAL_TYPE), literal_(lit… in TSLiteralType()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsLiteralType.h34 …explicit TSLiteralType(Expression *literal) : TypeNode(AstNodeType::TS_LITERAL_TYPE), literal_(lit… in TSLiteralType()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dtype_converter.cpp26 ValueUnit::ValueUnit(uint64_t value, std::string_view literal) : value_(value), literal_(literal) {} in ValueUnit()
28 ValueUnit::ValueUnit(double value, std::string_view literal) : value_(value), literal_(literal) {} in ValueUnit()
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.cpp29 ValueUnit::ValueUnit(uint64_t value, const std::string_view &literal) : value_(value), literal_(lit… in ValueUnit()
31 ValueUnit::ValueUnit(double value, const std::string_view &literal) : value_(value), literal_(liter… in ValueUnit()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dconst_array_resolver.cpp115 pandasm::LiteralArray::Literal literal {}; in FillLiteralArray() local
276 static bool FillPrimitiveLiteral(pandasm::LiteralArray::Literal *literal, panda_file::Type::TypeId … in FillPrimitiveLiteral()
313 …Resolver::FillLiteral(compiler::StoreInst *storeArrayInst, pandasm::LiteralArray::Literal *literal) in FillLiteral()
/arkcompiler/ets_frontend/es2panda/util/
Ddumper.cpp26 for (auto literal : it.second.literals_) { in DumpLiterals() local
DpatchFix.cpp220 for (auto &literal : literalBuffer) { in ConvertLiteralToString() local
255 for (auto &literal : litPair.second) { in GetLiteralMethods() local
/arkcompiler/runtime_core/verifier/tests/
Dutils.cpp46 for (const auto &literal : literal_map) { in ModifyBuffer() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dliterals.h64 void ResetLiteral(size_t index, const ir::Literal *literal) in ResetLiteral()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstringConstructorLowering.cpp73 auto *literal = argType->IsETSNullType() ? checker->AllocNode<ir::StringLiteral>("null") in ReplaceStringConstructor() local
DbigintLowering.cpp28 ir::Expression *CreateBigInt(public_lib::Context *ctx, ir::BigIntLiteral *literal) in CreateBigInt()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.cpp42 static LiteralPair TransformMethodLiterals(const compiler::Literal *literal) in TransformMethodLiterals()
82 static LiteralPair TransformLiteral(const compiler::Literal *literal) in TransformLiteral()
480 for (const auto &literal : literals) { in AddLiteralBuffer() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp21 uint32_t literal, CString entry, JSHandle<JSTaggedValue> sendableEnv, ClassKind kind) in GetClassLiteralFromCache()
64 uint32_t literal, CString entry) in GetFieldLiteral()
Dpanda_file_translator.cpp246 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in ParseConstPool() local
255 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreTypeForClass( in ParseConstPool() local
318 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in ParseFuncAndLiteralConstPool() local
326 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreTypeForClass( in ParseFuncAndLiteralConstPool() local
Dclass_info_extractor.cpp30 const JSHandle<TaggedArray> &literal, in BuildClassInfoExtractorFromLiteral()
124 …ractor::ExtractAndReturnWhetherWithElements(JSThread *thread, const JSHandle<TaggedArray> &literal, in ExtractAndReturnWhetherWithElements()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile.h102 std::unordered_set<std::string> literal; variable
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
Dhello_world_test.cpp233 for (auto &literal : item.second.literals_) { variable
607 auto *literal = &(module_literals[idx]); in __anonaf759cae0102() local
656 for (auto &literal : item.second.literals_) { variable
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp761 static ScalarValue CreateValue(const LiteralArray::Literal &literal) in CreateValue()
771 static ScalarValue CheckAndCreateArrayValue(const LiteralArray::Literal &literal, in CheckAndCreateArrayValue()
778 static ScalarValue MakeLiteralItemArrayValue(const LiteralArray::Literal &literal, const Program &p… in MakeLiteralItemArrayValue()
817 static ScalarValue MakeLiteralItemValue(const LiteralArray::Literal &literal, const Program &progra… in MakeLiteralItemValue()
860 for (auto &literal : l.literals) { in MakeLiteralItems() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp180 void TSDeclGen::GenLiteral(const ir::Literal *literal) in GenLiteral()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp612 for (const auto *literal : buff->Literals()) { in GenBufferLiterals() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp595 …lowRuntimeStub::CreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, JSObject *literal) in CreateObjectWithBuffer()
604 …wRuntimeStub::CreateObjectHavingMethod(JSThread *thread, ObjectFactory *factory, JSObject *literal, in CreateObjectHavingMethod()
692 … SlowRuntimeStub::CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSArray *literal) in CreateArrayWithBuffer()
701 JSTaggedValue SlowRuntimeStub::GetTemplateObject(JSThread *thread, JSTaggedValue literal) in GetTemplateObject()
1100 …ggedValue SlowRuntimeStub::ResolveClass(JSThread *thread, JSTaggedValue ctor, TaggedArray *literal, in ResolveClass()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp375 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in StoreDataToGlobalData() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h619 ArrayConstBuilder &Dim(std::initializer_list<T> literal) in Dim()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h206 …ue RuntimeStubs::RuntimeGetTemplateObject(JSThread *thread, const JSHandle<JSTaggedValue> &literal) in RuntimeGetTemplateObject()
829 const JSHandle<TaggedArray> &literal, in RuntimeResolveClass()
2175 const JSHandle<JSTaggedValue> &literal) in RuntimeCreateArrayWithBuffer()
2185 const JSHandle<JSObject> &literal) in RuntimeCreateObjectWithBuffer()
2337 const JSHandle<JSObject> &literal, in RuntimeCreateObjectHavingMethod()

12