Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.h109 static bool FastTypedArrayFill(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
Djs_typed_array.cpp745 bool JSTypedArray::FastTypedArrayFill(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in FastTypedArrayFill() function in panda::ecmascript::JSTypedArray
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp828 bool result = JSTypedArray::FastTypedArrayFill(thread, thisObjVal, value, start, end); in Fill()