Searched defs:literal (Results 1 – 11 of 11) sorted by relevance
/ark/js_runtime/ecmascript/ts_types/tests/ |
D | ts_type_test.cpp | 62 JSHandle<TaggedArray> literal = factory->NewTaggedArray(literalLength); in HWTEST_F_L0() local 90 JSHandle<TaggedArray> literal = factory->NewTaggedArray(literalLength); in HWTEST_F_L0() local 129 JSHandle<TaggedArray> literal = factory->NewTaggedArray(literalLength); in HWTEST_F_L0() local 175 JSHandle<TaggedArray> literal = factory->NewTaggedArray(literalLength); in HWTEST_F_L0() local
|
/ark/runtime_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()
|
/ark/js_runtime/ecmascript/ts_types/ |
D | ts_type_table.cpp | 90 … JSHandle<TaggedArray> &literal, JSHandle<EcmaString> fileName, in ParseType() 243 …<TSImportType> TSTypeTable::ParseImportType(JSThread *thread, const JSHandle<TaggedArray> &literal, in ParseImportType() 281 const JSHandle<TaggedArray> &literal) in ParseClassType() 366 const JSHandle<TaggedArray> &literal) in ParseInterfaceType() 427 const JSHandle<TaggedArray> &literal) in ParseUnionType()
|
/ark/js_runtime/ecmascript/class_linker/ |
D | panda_file_translator.cpp | 237 JSHandle<TaggedArray> literal = in GenerateProgram() local 246 JSHandle<TaggedArray> literal = in GenerateProgram() local 588 JSHandle<TaggedArray> literal(thread_, nextValue); in DefineClassInConstPool() local
|
/ark/js_runtime/ecmascript/ |
D | class_info_extractor.cpp | 24 const JSHandle<TaggedArray> &literal) in BuildClassInfoExtractorFromLiteral() 101 …ractor::ExtractAndReturnWhetherWithElements(JSThread *thread, const JSHandle<TaggedArray> &literal, in ExtractAndReturnWhetherWithElements()
|
/ark/js_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.cpp | 1145 …lowRuntimeStub::CreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, JSObject *literal) in CreateObjectWithBuffer() 1157 …wRuntimeStub::CreateObjectHavingMethod(JSThread *thread, ObjectFactory *factory, JSObject *literal, in CreateObjectHavingMethod() 1272 … SlowRuntimeStub::CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSArray *literal) in CreateArrayWithBuffer() 1284 JSTaggedValue SlowRuntimeStub::GetTemplateObject(JSThread *thread, JSTaggedValue literal) in GetTemplateObject() 2042 …ggedValue SlowRuntimeStub::ResolveClass(JSThread *thread, JSTaggedValue ctor, TaggedArray *literal, in ResolveClass()
|
D | interpreter-inl.h | 2627 JSTaggedValue literal = GET_VREG_VALUE(v0); in RunInternal() local
|
D | interpreter_assembly.cpp | 2495 JSTaggedValue literal = GET_VREG_VALUE(v0); in HandleGetTemplateObjectPrefV8() local
|
/ark/runtime_core/assembler/ |
D | assembly-emitter.cpp | 771 static std::unique_ptr<ScalarValue> CreateValue(const panda::pandasm::LiteralArray::Literal &litera… in CreateValue() 837 for (auto &literal : l.literals_) { in MakeLiteralItems() local
|
/ark/ts2abc/ts2panda/ts2abc/ |
D | ts2abc.cpp | 219 static void ParseLiteral(const Json::Value &literal, std::vector<panda::pandasm::LiteralArray::Lite… in ParseLiteral()
|
/ark/js_runtime/ecmascript/compiler/ |
D | interpreter_stub.cpp | 1525 GateRef literal = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
|