Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.h33 GateRef FastCopyElementToArray(GateRef glue, GateRef typedArray, GateRef array);
Dtyped_array_stub_builder.cpp212 GateRef TypedArrayStubBuilder::FastCopyElementToArray(GateRef glue, GateRef typedArray, GateRef arr… in FastCopyElementToArray() function in panda::ecmascript::kungfu::TypedArrayStubBuilder
258 CallRuntime(glue, RTSTUB_ID(FastCopyElementToArray), { typedArray, array}); in FastCopyElementToArray()
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.h87 static bool FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
Djs_object-inl.h429 JSTypedArray::FastCopyElementToArray(thread, obj, array); in CreateListFromArrayLike()
Djs_typed_array.cpp497 bool JSTypedArray::FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArr… in FastCopyElementToArray() function in panda::ecmascript::JSTypedArray
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h340 V(FastCopyElementToArray) \
Druntime_stubs.cpp2461 DEF_RUNTIME_STUBS(FastCopyElementToArray) in DEF_RUNTIME_STUBS() argument
2463 RUNTIME_STUBS_HEADER(FastCopyElementToArray); in DEF_RUNTIME_STUBS()
2466 …return JSTaggedValue(JSTypedArray::FastCopyElementToArray(thread, typedArray, array)).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp90 arrayStubBuilder.FastCopyElementToArray(glue, arrayObj, array); in CreateListFromArrayLike()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1304 …EXPECT_TRUE(JSTypedArray::FastCopyElementToArray(thread, handleTagValTypedArrayFrom, handleTagArrT… in HWTEST_F_L0()