Home
last modified time | relevance | path

Searched defs:arrayBufferByteLength (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_sendable_arraybuffer.cpp42 void JSSendableArrayBuffer::Attach(JSThread *thread, uint32_t arrayBufferByteLength, in Attach()
/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.cpp40 void JSArrayBuffer::Attach(JSThread *thread, uint32_t arrayBufferByteLength, in Attach()
/arkcompiler/toolchain/tooling/dynamic/agent/
Druntime_impl.cpp358 int32_t arrayBufferByteLength = arrayBufferRef->ByteLength(vm_); in AddTypedArrayRefs() local
388 int32_t arrayBufferByteLength = arrayBufferRef->ByteLength(vm_); in AddSharedArrayBufferRefs() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp1366 GateRef arrayBufferByteLength = in LowerDataViewProtoFunc() local