Home
last modified time | relevance | path

Searched refs:TypedArrayCreateSameType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.h73 …static JSHandle<JSObject> TypedArrayCreateSameType(JSThread *thread, const JSHandle<JSTypedArray> …
Dtyped_array_helper.cpp1060 JSHandle<JSObject> TypedArrayHelper::TypedArrayCreateSameType(JSThread *thread, const JSHandle<JSTy… in TypedArrayCreateSameType() function in panda::ecmascript::base::TypedArrayHelper
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h237 V(TypedArrayCreateSameType) \
Druntime_stubs.cpp264 DEF_RUNTIME_STUBS(TypedArrayCreateSameType) in DEF_RUNTIME_STUBS() argument
266 RUNTIME_STUBS_HEADER(TypedArrayCreateSameType); in DEF_RUNTIME_STUBS()
274 …JSHandle<JSObject> newArr = base::TypedArrayHelper::TypedArrayCreateSameType(thread, thisObj, inde… in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1878 …JSHandle<JSObject> newArrObj = TypedArrayHelper::TypedArrayCreateSameType(thread, thisObj, 1, args… in ToSorted()
1984 …JSHandle<JSObject> newArrObj = TypedArrayHelper::TypedArrayCreateSameType(thread, thisObj, 1, args… in With()
2049 …JSHandle<JSObject> newArrayHandle = TypedArrayHelper::TypedArrayCreateSameType(thread, thisObj, 1,… in ToReversed()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2662 result = CallRuntime(glue, RTSTUB_ID(TypedArrayCreateSameType), in NewTypedArraySameType()