Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.h89 static bool FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
Djs_object-inl.h451 JSTypedArray::FastCopyElementToArray(thread, obj, array); in CreateListFromArrayLike()
Djs_typed_array.cpp515 bool JSTypedArray::FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArr… in FastCopyElementToArray() function in panda::ecmascript::JSTypedArray
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.h47 GateRef FastCopyElementToArray(GateRef glue, GateRef typedArray, GateRef array);
Dbuiltins_typedarray_stub_builder.cpp183 GateRef BuiltinsTypedArrayStubBuilder::FastCopyElementToArray(GateRef glue, GateRef typedArray, Gat… in FastCopyElementToArray() function in panda::ecmascript::kungfu::BuiltinsTypedArrayStubBuilder
229 …CallRuntimeWithGlobalEnv(glue, GetCurrentGlobalEnv(), RTSTUB_ID(FastCopyElementToArray), { typedAr… in FastCopyElementToArray()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h379 V(FastCopyElementToArray) \
Druntime_stubs.cpp2914 DEF_RUNTIME_STUBS(FastCopyElementToArray) in DEF_RUNTIME_STUBS() argument
2916 RUNTIME_STUBS_HEADER(FastCopyElementToArray); in DEF_RUNTIME_STUBS()
2919 …return JSTaggedValue(JSTypedArray::FastCopyElementToArray(thread, typedArray, array)).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1278 …EXPECT_TRUE(JSTypedArray::FastCopyElementToArray(thread, handleTagValTypedArrayFrom, handleTagArrT… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp3311 arrayStubBuilder.FastCopyElementToArray(glue, arrayObj, array); in CreateListFromArrayLike()