| /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/ets_frontend/es2panda/util/ |
| D | dumper.cpp | 26 for (auto literal : it.second.literals_) { in DumpLiterals() local
|
| D | patchFix.cpp | 199 for (auto &literal : literalBuffer) { in ConvertLiteralToString() local 234 for (auto &literal : litPair.second) { in GetLiteralMethods() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | type_converter.cpp | 29 ValueUnit::ValueUnit(uint64_t value, std::string_view literal) : value_(value), literal_(literal) {} in ValueUnit() 31 ValueUnit::ValueUnit(double value, std::string_view literal) : value_(value), literal_(literal) {} in ValueUnit()
|
| /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/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/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_runtime/ecmascript/jspandafile/ |
| D | panda_file_translator.cpp | 196 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in ParseConstPool() local 205 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreTypeForClass( in ParseConstPool() local 266 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in ParseFuncAndLiteralConstPool() local 274 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreTypeForClass( in ParseFuncAndLiteralConstPool() local
|
| D | program_object.h | 299 uint32_t literal, CString entry) in GetFieldLiteral() 413 JSMutableHandle<TaggedArray> literal, ElementsKind *dataKind) in TryGetAOTArrayLiteral()
|
| D | class_info_extractor.cpp | 25 const JSHandle<TaggedArray> &literal) in BuildClassInfoExtractorFromLiteral() 101 …ractor::ExtractAndReturnWhetherWithElements(JSThread *thread, const JSHandle<TaggedArray> &literal, in ExtractAndReturnWhetherWithElements()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | emitter.cpp | 43 static LiteralPair TransformLiteral(const compiler::Literal *literal) in TransformLiteral() 456 for (const auto &literal : literals) { in AddLiteralBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | profile.h | 102 std::unordered_set<std::string> literal; variable
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | declgenEts2Ts.cpp | 185 void TSDeclGen::GenLiteral(const ir::Literal *literal) in GenLiteral()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 233 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in StoreDataToGlobalData() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 533 for (const auto *literal : buff->Literals()) { in GenBufferLiterals() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 612 …lowRuntimeStub::CreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, JSObject *literal) in CreateObjectWithBuffer() 621 …wRuntimeStub::CreateObjectHavingMethod(JSThread *thread, ObjectFactory *factory, JSObject *literal, in CreateObjectHavingMethod() 709 … SlowRuntimeStub::CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSArray *literal) in CreateArrayWithBuffer() 718 JSTaggedValue SlowRuntimeStub::GetTemplateObject(JSThread *thread, JSTaggedValue literal) in GetTemplateObject() 1093 …ggedValue SlowRuntimeStub::ResolveClass(JSThread *thread, JSTaggedValue ctor, TaggedArray *literal, in ResolveClass()
|
| D | interpreter-inl.h | 5112 JSTaggedValue literal = GET_ACC(); in RunInternal() local 5122 JSTaggedValue literal = GET_ACC(); in RunInternal() local 5134 JSTaggedValue literal = GET_VREG_VALUE(v0); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | lmir_builder.h | 610 ArrayConstBuilder &Dim(std::initializer_list<T> literal) in Dim()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 198 …ue RuntimeStubs::RuntimeGetTemplateObject(JSThread *thread, const JSHandle<JSTaggedValue> &literal) in RuntimeGetTemplateObject() 790 const JSHandle<TaggedArray> &literal, in RuntimeResolveClass() 2018 const JSHandle<JSTaggedValue> &literal) in RuntimeCreateArrayWithBuffer() 2028 const JSHandle<JSObject> &literal) in RuntimeCreateObjectWithBuffer() 2142 const JSHandle<JSObject> &literal, in RuntimeCreateObjectHavingMethod()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | frame_states.cpp | 22 Circuit *circuit, const MethodLiteral *literal) in FrameStateBuilder()
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 237 static void ParseLiteral(const Json::Value &literal, std::vector<panda::pandasm::LiteralArray::Lite… in ParseLiteral()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.cpp | 606 for (auto &literal : l.literals_) { in MakeLiteralItems() local
|