Searched refs:FastCopyElementToArray (Results 1 – 4 of 4) sorted by relevance
85 static bool FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
323 JSTypedArray::FastCopyElementToArray(thread, obj, array); in CreateListFromArrayLike()
447 bool JSTypedArray::FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArr… in FastCopyElementToArray() function in panda::ecmascript::JSTypedArray
1303 …EXPECT_TRUE(JSTypedArray::FastCopyElementToArray(thread, handleTagValTypedArrayFrom, handleTagArrT… in HWTEST_F_L0()