Searched refs:TypedArrayCreateSameType (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.h | 73 …static JSHandle<JSObject> TypedArrayCreateSameType(JSThread *thread, const JSHandle<JSTypedArray> …
|
| D | typed_array_helper.cpp | 1060 JSHandle<JSObject> TypedArrayHelper::TypedArrayCreateSameType(JSThread *thread, const JSHandle<JSTy… in TypedArrayCreateSameType() function in panda::ecmascript::base::TypedArrayHelper
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stub_list.h | 237 V(TypedArrayCreateSameType) \
|
| D | runtime_stubs.cpp | 264 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/ |
| D | builtins_typedarray.cpp | 1878 …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/ |
| D | new_object_stub_builder.cpp | 2662 result = CallRuntime(glue, RTSTUB_ID(TypedArrayCreateSameType), in NewTypedArraySameType()
|