Home
last modified time | relevance | path

Searched refs:CreateNumberTypedArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp44 JSHandle<JSTypedArray> CreateNumberTypedArray(JSThread *thread, JSType jsType) in CreateNumberTypedArray() function
175 JSHandle<JSTypedArray> handleInt8Array = CreateNumberTypedArray(thread, JSType::JS_INT8_ARRAY); in HWTEST_F_L0()
179 … JSHandle<JSTypedArray> handleUint8Array = CreateNumberTypedArray(thread, JSType::JS_UINT8_ARRAY); in HWTEST_F_L0()
183 …JSHandle<JSTypedArray> handleUint8ClampedArray = CreateNumberTypedArray(thread, JSType::JS_UINT8_C… in HWTEST_F_L0()
188 … JSHandle<JSTypedArray> handleInt16Array = CreateNumberTypedArray(thread, JSType::JS_INT16_ARRAY); in HWTEST_F_L0()
192 …JSHandle<JSTypedArray> handleUint16Array = CreateNumberTypedArray(thread, JSType::JS_UINT16_ARRAY); in HWTEST_F_L0()
196 … JSHandle<JSTypedArray> handleInt32Array = CreateNumberTypedArray(thread, JSType::JS_INT32_ARRAY); in HWTEST_F_L0()
200 …JSHandle<JSTypedArray> handleUint32Array = CreateNumberTypedArray(thread, JSType::JS_UINT32_ARRAY); in HWTEST_F_L0()
204 …JSHandle<JSTypedArray> handleFloat32Array = CreateNumberTypedArray(thread, JSType::JS_FLOAT32_ARRA… in HWTEST_F_L0()
208 …JSHandle<JSTypedArray> handleFloat64Array = CreateNumberTypedArray(thread, JSType::JS_FLOAT64_ARRA… in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp267 JSHandle<JSTypedArray> CreateNumberTypedArray(JSType jsType) in CreateNumberTypedArray() function in panda::test::HeapDumpTestHelper
1197 tester.CreateNumberTypedArray(JSType::JS_INT8_ARRAY); in HWTEST_F_L0()
1199 tester.CreateNumberTypedArray(JSType::JS_UINT8_ARRAY); in HWTEST_F_L0()
1201 tester.CreateNumberTypedArray(JSType::JS_UINT8_CLAMPED_ARRAY); in HWTEST_F_L0()
1203 tester.CreateNumberTypedArray(JSType::JS_INT16_ARRAY); in HWTEST_F_L0()
1205 tester.CreateNumberTypedArray(JSType::JS_UINT16_ARRAY); in HWTEST_F_L0()
1207 tester.CreateNumberTypedArray(JSType::JS_INT32_ARRAY); in HWTEST_F_L0()
1209 tester.CreateNumberTypedArray(JSType::JS_UINT32_ARRAY); in HWTEST_F_L0()
1211 tester.CreateNumberTypedArray(JSType::JS_FLOAT32_ARRAY); in HWTEST_F_L0()
1213 tester.CreateNumberTypedArray(JSType::JS_FLOAT64_ARRAY); in HWTEST_F_L0()
[all …]