Home
last modified time | relevance | path

Searched refs:AllocateTypedArray (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.h48 static JSHandle<JSObject> AllocateTypedArray(JSThread *thread,
52 static JSHandle<JSObject> AllocateTypedArray(JSThread *thread,
Dtyped_array_helper.cpp58 … JSHandle<JSObject> obj = TypedArrayHelper::AllocateTypedArray(thread, constructorName, newTarget, in TypedArrayConstructor()
64 …JSHandle<JSObject> obj = TypedArrayHelper::AllocateTypedArray(thread, constructorName, newTarget, … in TypedArrayConstructor()
794 JSHandle<JSObject> TypedArrayHelper::AllocateTypedArray(JSThread *thread, in AllocateTypedArray() function in panda::ecmascript::base::TypedArrayHelper
868 JSHandle<JSObject> TypedArrayHelper::AllocateTypedArray(JSThread *thread, in AllocateTypedArray() function in panda::ecmascript::base::TypedArrayHelper
945 result = TypedArrayHelper::AllocateTypedArray(thread, constructorName, in TypedArraySpeciesCreate()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.h154 static JSTaggedValue AllocateTypedArray(EcmaRuntimeCallInfo *argv);
Dbuiltins_shared_typedarray.h139 static JSTaggedValue AllocateTypedArray(EcmaRuntimeCallInfo *argv);
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp139 … TypedArrayHelper::AllocateTypedArray(thread, constructorName, newTarget, DataViewType::UINT8); in HWTEST_F_L0()
160 …TypedArrayHelper::AllocateTypedArray(thread, constructorName, newTarget, length, DataViewType::UIN… in HWTEST_F_L0()