Searched refs:JS_FLOAT64_ARRAY (Results 1 – 17 of 17) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ |
D | typed_array_helper-inl.h | 95 case JSType::JS_FLOAT64_ARRAY: in GetType() 150 case JSType::JS_FLOAT64_ARRAY: in GetConstructor()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_serializer.h | 79 JS_FLOAT64_ARRAY, enumerator
|
D | js_serializer.cpp | 324 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()
|
D | js_hclass.h | 188 …JS_FLOAT64_ARRAY, /* ///////////////////////////////////////////////////////////////////////… 746 return GetObjectType() == JSType::JS_FLOAT64_ARRAY; in IsJSFloat64Array()
|
D | object_operator.cpp | 272 case JSType::JS_FLOAT64_ARRAY: in UpdateDetectorOnSetPrototype()
|
D | dump.cpp | 238 case JSType::JS_FLOAT64_ARRAY: in DumpJSType() 825 case JSType::JS_FLOAT64_ARRAY: in DumpObject() 4028 case JSType::JS_FLOAT64_ARRAY: in DumpObject()
|
D | object_factory.cpp | 1158 case JSType::JS_FLOAT64_ARRAY: in InitializeJSObject()
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | typed_array_helper_test.cpp | 277 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/ |
D | value_serializer.cpp | 54 case JSType::JS_FLOAT64_ARRAY: in CheckObjectCanSerialize()
|
D | base_deserializer.cpp | 498 case (uint8_t)JSType::JS_FLOAT64_ARRAY: in RelocateObjectProtoAddr()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_typed_array_test.cpp | 53 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()
|
D | dump_test.cpp | 785 case JSType::JS_FLOAT64_ARRAY: in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | typed_array_stub_builder.cpp | 291 static_cast<int64_t>(JSType::JS_FLOAT64_ARRAY) }; in GetValueFromBuffer()
|
D | stub_builder-inl.h | 2142 Int32LessThanOrEqual(jsType, Int32(static_cast<int32_t>(JSType::JS_FLOAT64_ARRAY)))); in IsFastTypeArray()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | object_xray.h | 337 case JSType::JS_FLOAT64_ARRAY: in VisitObjectBody()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.cpp | 347 case JSType::JS_FLOAT64_ARRAY: in GenerateNodeName()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_manager.cpp | 847 {JSType::JS_FLOAT64_ARRAY, BuiltinTypeId::FLOAT64_ARRAY}, in GetBuiltinTypeIdByJSType()
|