Searched refs:FastCopyElementToArray (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | typed_array_stub_builder.h | 33 GateRef FastCopyElementToArray(GateRef glue, GateRef typedArray, GateRef array);
|
D | typed_array_stub_builder.cpp | 212 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/ |
D | js_typed_array.h | 87 static bool FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
|
D | js_object-inl.h | 429 JSTypedArray::FastCopyElementToArray(thread, obj, array); in CreateListFromArrayLike()
|
D | js_typed_array.cpp | 497 bool JSTypedArray::FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArr… in FastCopyElementToArray() function in panda::ecmascript::JSTypedArray
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 340 V(FastCopyElementToArray) \
|
D | runtime_stubs.cpp | 2461 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/ |
D | builtins_object_stub_builder.cpp | 90 arrayStubBuilder.FastCopyElementToArray(glue, arrayObj, array); in CreateListFromArrayLike()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_typed_array_test.cpp | 1304 …EXPECT_TRUE(JSTypedArray::FastCopyElementToArray(thread, handleTagValTypedArrayFrom, handleTagArrT… in HWTEST_F_L0()
|