Searched refs:FastTypedArrayFill (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.h | 103 static bool FastTypedArrayFill(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
|
| D | js_typed_array.cpp | 814 bool JSTypedArray::FastTypedArrayFill(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in FastTypedArrayFill() function in panda::ecmascript::JSTypedArray
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_typedarray.cpp | 633 bool result = JSTypedArray::FastTypedArrayFill(thread, thisObjVal, value, start, end); in Fill()
|
| D | builtins_shared_array.cpp | 625 bool result = JSTypedArray::FastTypedArrayFill(thread, thisObjVal, value, start, end); in Fill()
|