Searched refs:FastCopyElementToArray (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.h | 89 static bool FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
|
| D | js_object-inl.h | 451 JSTypedArray::FastCopyElementToArray(thread, obj, array); in CreateListFromArrayLike()
|
| D | js_typed_array.cpp | 515 bool JSTypedArray::FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArr… in FastCopyElementToArray() function in panda::ecmascript::JSTypedArray
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.h | 47 GateRef FastCopyElementToArray(GateRef glue, GateRef typedArray, GateRef array);
|
| D | builtins_typedarray_stub_builder.cpp | 183 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/ |
| D | runtime_stub_list.h | 379 V(FastCopyElementToArray) \
|
| D | runtime_stubs.cpp | 2914 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/ |
| D | js_typed_array_test.cpp | 1278 …EXPECT_TRUE(JSTypedArray::FastCopyElementToArray(thread, handleTagValTypedArrayFrom, handleTagArrT… in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 3311 arrayStubBuilder.FastCopyElementToArray(glue, arrayObj, array); in CreateListFromArrayLike()
|