Home
last modified time | relevance | path

Searched refs:FastCopyElementToArray (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.h34 GateRef FastCopyElementToArray(GateRef glue, GateRef typedArray, GateRef array);
Dbuiltins_typedarray_stub_builder.cpp185 GateRef BuiltinsTypedArrayStubBuilder::FastCopyElementToArray(GateRef glue, GateRef typedArray, Gat… in FastCopyElementToArray() function in panda::ecmascript::kungfu::BuiltinsTypedArrayStubBuilder
231 CallRuntime(glue, RTSTUB_ID(FastCopyElementToArray), { typedArray, array}); in FastCopyElementToArray()
Dbuiltins_object_stub_builder.cpp61 arrayStubBuilder.FastCopyElementToArray(glue, arrayObj, array); in CreateListFromArrayLike()
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.h89 static bool FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
Djs_object-inl.h425 JSTypedArray::FastCopyElementToArray(thread, obj, array); in CreateListFromArrayLike()
Djs_typed_array.cpp520 bool JSTypedArray::FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArr… in FastCopyElementToArray() function in panda::ecmascript::JSTypedArray
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h414 V(FastCopyElementToArray) \
Druntime_stubs.cpp2765 DEF_RUNTIME_STUBS(FastCopyElementToArray) in DEF_RUNTIME_STUBS() argument
2767 RUNTIME_STUBS_HEADER(FastCopyElementToArray); in DEF_RUNTIME_STUBS()
2770 …return JSTaggedValue(JSTypedArray::FastCopyElementToArray(thread, typedArray, array)).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1277 …EXPECT_TRUE(JSTypedArray::FastCopyElementToArray(thread, handleTagValTypedArrayFrom, handleTagArrT… in HWTEST_F_L0()