Home
last modified time | relevance | path

Searched refs:uint32Array (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/aot_type_test/uint32Array/
DBUILD.gn16 host_aot_test_action("uint32Array") {
/arkcompiler/ets_runtime/test/aottest/aot_type_test/
DBUILD.gn28 "uint32Array",
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp226 …JSHandle<JSTaggedValue> uint32Array(thread, TypedArrayHelper::TypedArrayConstructor(argv, construc… in HWTEST_F_L0() local
229 … JSHandle<JSTaggedValue> buffer(thread, TypedArrayHelper::ValidateTypedArray(thread, uint32Array)); in HWTEST_F_L0()
230 …JSTaggedValue result = JSHandle<JSTypedArray>::Cast(uint32Array)->GetViewedArrayBufferOrByteArray(… in HWTEST_F_L0()
419 …JSHandle<JSTaggedValue> uint32Array(thread, TypedArrayHelper::TypedArrayConstructor(argv, construc… in HWTEST_F_L0() local
422 … JSHandle<JSTaggedValue> buffer(thread, TypedArrayHelper::ValidateTypedArray(thread, uint32Array)); in HWTEST_F_L0()