Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.h77 …static JSTaggedValue TryFastSetValueInBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byte…
Dbuiltins_arraybuffer.cpp896 JSTaggedValue BuiltinsArrayBuffer::TryFastSetValueInBuffer([[maybe_unused]] JSThread *thread, JSTag… in TryFastSetValueInBuffer() function in panda::ecmascript::builtins::BuiltinsArrayBuffer
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp773 BuiltinsArrayBuffer::TryFastSetValueInBuffer(thread, buffer, in FastTypedArrayFill()