| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | assemblyLiteralsProto.cpp | 104 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/ |
| D | tsLiteralType.h | 24 …explicit TSLiteralType(Expression *literal) : TypeNode(AstNodeType::TS_LITERAL_TYPE), literal_(lit… in TSLiteralType()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsLiteralType.h | 34 …explicit TSLiteralType(Expression *literal) : TypeNode(AstNodeType::TS_LITERAL_TYPE), literal_(lit… in TSLiteralType()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | type_converter.cpp | 26 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/ |
| D | type_converter.cpp | 29 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/ |
| D | const_array_resolver.cpp | 115 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/ |
| D | dumper.cpp | 26 for (auto literal : it.second.literals_) { in DumpLiterals() local
|
| D | patchFix.cpp | 220 for (auto &literal : literalBuffer) { in ConvertLiteralToString() local 255 for (auto &literal : litPair.second) { in GetLiteralMethods() local
|
| /arkcompiler/runtime_core/verifier/tests/ |
| D | utils.cpp | 46 for (const auto &literal : literal_map) { in ModifyBuffer() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | literals.h | 64 void ResetLiteral(size_t index, const ir::Literal *literal) in ResetLiteral()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | stringConstructorLowering.cpp | 73 auto *literal = argType->IsETSNullType() ? checker->AllocNode<ir::StringLiteral>("null") in ReplaceStringConstructor() local
|
| D | bigintLowering.cpp | 28 ir::Expression *CreateBigInt(public_lib::Context *ctx, ir::BigIntLiteral *literal) in CreateBigInt()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | emitter.cpp | 42 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/ |
| D | program_object.cpp | 21 uint32_t literal, CString entry, JSHandle<JSTaggedValue> sendableEnv, ClassKind kind) in GetClassLiteralFromCache() 64 uint32_t literal, CString entry) in GetFieldLiteral()
|
| D | panda_file_translator.cpp | 246 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
|
| D | class_info_extractor.cpp | 30 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/ |
| D | profile.h | 102 std::unordered_set<std::string> literal; variable
|
| /arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
| D | hello_world_test.cpp | 233 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/ |
| D | assembly-emitter.cpp | 761 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/ |
| D | declgenEts2Ts.cpp | 180 void TSDeclGen::GenLiteral(const ir::Literal *literal) in GenLiteral()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 612 for (const auto *literal : buff->Literals()) { in GenBufferLiterals() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 595 …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/ |
| D | snapshot_constantpool_data.cpp | 375 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in StoreDataToGlobalData() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | lmir_builder.h | 619 ArrayConstBuilder &Dim(std::initializer_list<T> literal) in Dim()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 206 …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()
|