| /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_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.cpp | 59 …JSHandle<TaggedArray> literal = LiteralDataExtractor::GetTypeLiteral(thread_, jsPandaFile, offset); in ParseType() local 97 JSHandle<TaggedArray> literal, uint32_t typeId) in ResolveImportType() 135 JSHandle<TaggedArray> literal, TSTypeKind kind, uint32_t typeId) in ParseNonImportType() 176 … const JSHandle<TaggedArray> &literal, uint32_t typeId) in ParseClassType() 242 … const JSHandle<TaggedArray> &literal) in ParseClassInstanceType() 254 const JSHandle<TaggedArray> &literal) in ParseInterfaceType() 291 const JSHandle<TaggedArray> &literal) in ParseUnionType() 310 const JSHandle<TaggedArray> &literal) in ParseFunctionType() 355 const JSHandle<TaggedArray> &literal) in ParseArrayType() 372 const JSHandle<TaggedArray> &literal) in ParseObjectType() [all …]
|
| D | ts_manager.cpp | 1105 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in FillSnapshotConstantPoolList() local
|
| /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 | hotfix.cpp | 192 for (auto &literal : literalBuffer) { in ConvertLiteralToString() local 228 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/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 | 197 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in ParseConstPool() local 206 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreTypeForClass( in ParseConstPool() local 267 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in ParseFuncAndLiteralConstPool() local 275 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreTypeForClass( in ParseFuncAndLiteralConstPool() local
|
| D | program_object.h | 246 uint32_t literal, CString entry) in GetClassLiteralFromCache() 331 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in GetLiteralFromCache() local
|
| 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/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 434 for (const auto *literal : buff->Literals()) { in GenBufferLiterals() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | frame_states.cpp | 20 Circuit *circuit, const MethodLiteral *literal) in FrameStateBuilder()
|
| D | bytecode_info_collector.cpp | 157 JSHandle<TaggedArray> literal = in IterateLiteral() local
|
| D | interpreter_stub.cpp | 1062 GateRef literal = acc; in DECLARE_ASM_HANDLER() local 1069 GateRef literal = acc; in DECLARE_ASM_HANDLER() local 1076 GateRef literal = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER() local
|
| D | slowpath_lowering.cpp | 1954 GateRef literal = acc_.GetValueIn(gate, 0); in LowerGetTemplateObject() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 599 …lowRuntimeStub::CreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, JSObject *literal) in CreateObjectWithBuffer() 608 …wRuntimeStub::CreateObjectHavingMethod(JSThread *thread, ObjectFactory *factory, JSObject *literal, in CreateObjectHavingMethod() 696 … SlowRuntimeStub::CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSArray *literal) in CreateArrayWithBuffer() 705 JSTaggedValue SlowRuntimeStub::GetTemplateObject(JSThread *thread, JSTaggedValue literal) in GetTemplateObject() 1062 …ggedValue SlowRuntimeStub::ResolveClass(JSThread *thread, JSTaggedValue ctor, TaggedArray *literal, in ResolveClass()
|
| D | interpreter-inl.h | 4893 JSTaggedValue literal = GET_ACC(); in RunInternal() local 4903 JSTaggedValue literal = GET_ACC(); in RunInternal() local 4915 JSTaggedValue literal = GET_VREG_VALUE(v0); in RunInternal() local
|
| D | interpreter_assembly.cpp | 1932 JSTaggedValue literal = GET_ACC(); in HandleGettemplateobjectImm8() local 4343 JSTaggedValue literal = GET_VREG_VALUE(v0); in HandleDeprecatedGettemplateobjectPrefV8() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 157 …ue RuntimeStubs::RuntimeGetTemplateObject(JSThread *thread, const JSHandle<JSTaggedValue> &literal) in RuntimeGetTemplateObject() 686 const JSHandle<TaggedArray> &literal, in RuntimeResolveClass() 1765 const JSHandle<JSTaggedValue> &literal) in RuntimeCreateArrayWithBuffer() 1775 const JSHandle<JSObject> &literal) in RuntimeCreateObjectWithBuffer() 1881 const JSHandle<JSObject> &literal, in RuntimeCreateObjectHavingMethod()
|
| D | runtime_stubs.cpp | 485 …JSHandle<JSTaggedValue> literal = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth p… in DEF_RUNTIME_STUBS() local 1598 JSHandle<JSObject> literal = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | aot_file_manager.cpp | 575 …TFileManager::SetAOTFuncEntryForLiteral(const JSPandaFile *jsPandaFile, const TaggedArray *literal, in SetAOTFuncEntryForLiteral()
|
| /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 | 581 for (auto &literal : l.literals_) { in MakeLiteralItems() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|