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 | 122 GateRef TypedArrayStubBuilder::FastCopyElementToArray(GateRef glue, GateRef typedArray, GateRef arr… in FastCopyElementToArray() function in panda::ecmascript::kungfu::TypedArrayStubBuilder 168 CallRuntime(glue, RTSTUB_ID(FastCopyElementToArray), { typedArray, array}); in FastCopyElementToArray()
|
| D | stub_builder.cpp | 6273 arrayStubBuilder.FastCopyElementToArray(glue, arrayObj, array); in CreateListFromArrayLike()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.h | 87 static bool FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
|
| D | js_object-inl.h | 373 JSTypedArray::FastCopyElementToArray(thread, obj, array); in CreateListFromArrayLike()
|
| D | js_typed_array.cpp | 487 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 | 288 V(FastCopyElementToArray) \
|
| D | runtime_stubs.cpp | 1888 DEF_RUNTIME_STUBS(FastCopyElementToArray) in DEF_RUNTIME_STUBS() argument 1890 RUNTIME_STUBS_HEADER(FastCopyElementToArray); in DEF_RUNTIME_STUBS() 1893 …return JSTaggedValue(JSTypedArray::FastCopyElementToArray(thread, typedArray, array)).GetRawData(); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 1304 …EXPECT_TRUE(JSTypedArray::FastCopyElementToArray(thread, handleTagValTypedArrayFrom, handleTagArrT… in HWTEST_F_L0()
|