Home
last modified time | relevance | path

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

/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_runtime/ecmascript/ts_types/
Dts_type_parser.cpp59 …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()
176const JSHandle<TaggedArray> &literal, uint32_t typeId) in ParseClassType()
242const 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 …]
Dts_manager.cpp1105 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in FillSnapshotConstantPoolList() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsLiteralType.h34 …explicit TSLiteralType(Expression *literal) : TypeNode(AstNodeType::TS_LITERAL_TYPE), literal_(lit… in TSLiteralType()
/arkcompiler/ets_frontend/es2panda/util/
Ddumper.cpp26 for (auto literal : it.second.literals_) { in DumpLiterals() local
Dhotfix.cpp192 for (auto &literal : literalBuffer) { in ConvertLiteralToString() local
228 for (auto &literal : litPair.second) { in GetLiteralMethods() local
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.cpp29 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/
Dliterals.h64 void ResetLiteral(size_t index, const ir::Literal *literal) in ResetLiteral()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp197 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
Dprogram_object.h246 uint32_t literal, CString entry) in GetClassLiteralFromCache()
331 JSHandle<TaggedArray> literal = LiteralDataExtractor::GetDatasIgnoreType( in GetLiteralFromCache() local
Dclass_info_extractor.cpp25 const JSHandle<TaggedArray> &literal) in BuildClassInfoExtractorFromLiteral()
101 …ractor::ExtractAndReturnWhetherWithElements(JSThread *thread, const JSHandle<TaggedArray> &literal, in ExtractAndReturnWhetherWithElements()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp434 for (const auto *literal : buff->Literals()) { in GenBufferLiterals() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp20 Circuit *circuit, const MethodLiteral *literal) in FrameStateBuilder()
Dbytecode_info_collector.cpp157 JSHandle<TaggedArray> literal = in IterateLiteral() local
Dinterpreter_stub.cpp1062 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
Dslowpath_lowering.cpp1954 GateRef literal = acc_.GetValueIn(gate, 0); in LowerGetTemplateObject() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp599 …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()
Dinterpreter-inl.h4893 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
Dinterpreter_assembly.cpp1932 JSTaggedValue literal = GET_ACC(); in HandleGettemplateobjectImm8() local
4343 JSTaggedValue literal = GET_VREG_VALUE(v0); in HandleDeprecatedGettemplateobjectPrefV8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h157 …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()
Druntime_stubs.cpp485 …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/
Daot_file_manager.cpp575 …TFileManager::SetAOTFuncEntryForLiteral(const JSPandaFile *jsPandaFile, const TaggedArray *literal, in SetAOTFuncEntryForLiteral()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp237 static void ParseLiteral(const Json::Value &literal, std::vector<panda::pandasm::LiteralArray::Lite… in ParseLiteral()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp581 for (auto &literal : l.literals_) { in MakeLiteralItems() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property