Home
last modified time | relevance | path

Searched refs:FastTypedArrayFill (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.h103 static bool FastTypedArrayFill(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
Djs_typed_array.cpp814 bool JSTypedArray::FastTypedArrayFill(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in FastTypedArrayFill() function in panda::ecmascript::JSTypedArray
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp633 bool result = JSTypedArray::FastTypedArrayFill(thread, thisObjVal, value, start, end); in Fill()
Dbuiltins_shared_array.cpp625 bool result = JSTypedArray::FastTypedArrayFill(thread, thisObjVal, value, start, end); in Fill()