Searched refs:CreateNumberTypedArray (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 44 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/ |
| D | heap_dump_test.cpp | 267 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 …]
|