Searched refs:JS_UINT16_ARRAY (Results 1 – 11 of 11) sorted by relevance
/ark/js_runtime/ecmascript/base/ |
D | typed_array_helper-inl.h | 49 case JSType::JS_UINT16_ARRAY: in GetType() 71 case JSType::JS_UINT16_ARRAY: in GetElementSize() 125 case JSType::JS_UINT16_ARRAY: in GetConstructor()
|
/ark/js_runtime/ecmascript/ |
D | js_serializer.cpp | 276 case JSType::JS_UINT16_ARRAY: in WriteTaggedObject() 277 return WriteJSTypedArray(value, SerializationUID::JS_UINT16_ARRAY); in WriteTaggedObject() 848 case SerializationUID::JS_UINT16_ARRAY: in DeserializeJSTaggedValue() 849 return ReadJSTypedArray(SerializationUID::JS_UINT16_ARRAY); in DeserializeJSTaggedValue() 1096 case SerializationUID::JS_UINT16_ARRAY: { in ReadJSTypedArray()
|
D | js_serializer.h | 60 JS_UINT16_ARRAY, enumerator
|
D | js_hclass.h | 128 …JS_UINT16_ARRAY, /* ///////////////////////////////////////////////////////////////////////… 444 return GetObjectType() == JSType::JS_UINT16_ARRAY; in IsJSUint16Array()
|
D | dump.cpp | 154 case JSType::JS_UINT16_ARRAY: in DumpJSType() 472 case JSType::JS_UINT16_ARRAY: in DumpObject() 2446 case JSType::JS_UINT16_ARRAY: in DumpObject()
|
D | object_factory.cpp | 725 case JSType::JS_UINT16_ARRAY: in NewJSObjectByConstructor()
|
D | builtins.cpp | 1935 … panda::ecmascript::JSTypedArray::SIZE, JSType::JS_UINT16_ARRAY, uint16ArrFuncPrototypeValue); in InitializeUint16Array()
|
/ark/js_runtime/ecmascript/mem/ |
D | object_xray-inl.h | 189 case JSType::JS_UINT16_ARRAY: in VisitObjectBody()
|
/ark/js_runtime/ecmascript/tests/ |
D | js_typed_array_test.cpp | 49 JSType::JS_INT16_ARRAY, JSType::JS_UINT16_ARRAY, 82 case JSType::JS_UINT16_ARRAY: in CreateNumberTypedArray() 212 …JSHandle<JSTypedArray> handleUint16Array = CreateNumberTypedArray(thread, JSType::JS_UINT16_ARRAY); in HWTEST_F_L0() 758 …JSHandle<JSTypedArray> handleUint16Array = CreateNumberTypedArray(thread, JSType::JS_UINT16_ARRAY); in HWTEST_F_L0() 808 …JSHandle<JSTypedArray> handleUint16Array = CreateNumberTypedArray(thread, JSType::JS_UINT16_ARRAY); in HWTEST_F_L0()
|
D | dump_test.cpp | 462 case JSType::JS_UINT16_ARRAY: in HWTEST_F_L0()
|
/ark/js_runtime/ecmascript/hprof/ |
D | heap_snapshot.cpp | 226 case JSType::JS_UINT16_ARRAY: in GenerateNodeName()
|