Home
last modified time | relevance | path

Searched refs:JS_FLOAT64_ARRAY (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper-inl.h95 case JSType::JS_FLOAT64_ARRAY: in GetType()
150 case JSType::JS_FLOAT64_ARRAY: in GetConstructor()
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h79 JS_FLOAT64_ARRAY, enumerator
Djs_serializer.cpp324 case JSType::JS_FLOAT64_ARRAY: in WriteTaggedObject()
325 return WriteJSTypedArray(value, SerializationUID::JS_FLOAT64_ARRAY); in WriteTaggedObject()
1182 case SerializationUID::JS_FLOAT64_ARRAY: in DeserializeJSTaggedValue()
1183 return ReadJSTypedArray(SerializationUID::JS_FLOAT64_ARRAY); in DeserializeJSTaggedValue()
1679 case SerializationUID::JS_FLOAT64_ARRAY: { in ReadJSTypedArray()
Djs_hclass.h188JS_FLOAT64_ARRAY, /* ///////////////////////////////////////////////////////////////////////…
746 return GetObjectType() == JSType::JS_FLOAT64_ARRAY; in IsJSFloat64Array()
Dobject_operator.cpp272 case JSType::JS_FLOAT64_ARRAY: in UpdateDetectorOnSetPrototype()
Ddump.cpp238 case JSType::JS_FLOAT64_ARRAY: in DumpJSType()
825 case JSType::JS_FLOAT64_ARRAY: in DumpObject()
4028 case JSType::JS_FLOAT64_ARRAY: in DumpObject()
Dobject_factory.cpp1158 case JSType::JS_FLOAT64_ARRAY: in InitializeJSObject()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp277 EXPECT_EQ(TypedArrayHelper::GetType(JSType::JS_FLOAT64_ARRAY), DataViewType::FLOAT64); in HWTEST_F_L0()
334 EXPECT_EQ(TypedArrayHelper::GetElementSize(JSType::JS_FLOAT64_ARRAY), 8U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp54 case JSType::JS_FLOAT64_ARRAY: in CheckObjectCanSerialize()
Dbase_deserializer.cpp498 case (uint8_t)JSType::JS_FLOAT64_ARRAY: in RelocateObjectProtoAddr()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp53 JSType::JS_FLOAT32_ARRAY, JSType::JS_FLOAT64_ARRAY};
96 case JSType::JS_FLOAT64_ARRAY: in CreateNumberTypedArray()
230 …Handle<JSTypedArray> handleFloat64Array = CreateNumberTypedArray(thread, JSType::JS_FLOAT64_ARRAY); in HWTEST_F_L0()
1095 …Handle<JSTypedArray> handleFloat64Array = CreateNumberTypedArray(thread, JSType::JS_FLOAT64_ARRAY); in HWTEST_F_L0()
Ddump_test.cpp785 case JSType::JS_FLOAT64_ARRAY: in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp291 static_cast<int64_t>(JSType::JS_FLOAT64_ARRAY) }; in GetValueFromBuffer()
Dstub_builder-inl.h2142 Int32LessThanOrEqual(jsType, Int32(static_cast<int32_t>(JSType::JS_FLOAT64_ARRAY)))); in IsFastTypeArray()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h337 case JSType::JS_FLOAT64_ARRAY: in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp347 case JSType::JS_FLOAT64_ARRAY: in GenerateNodeName()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp847 {JSType::JS_FLOAT64_ARRAY, BuiltinTypeId::FLOAT64_ARRAY}, in GetBuiltinTypeIdByJSType()