Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_sendable_arraybuffer.cpp42 void JSSendableArrayBuffer::Attach(JSThread *thread, uint32_t arrayBufferByteLength, in Attach() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_arraybuffer.cpp41 void JSArrayBuffer::Attach(JSThread *thread, uint32_t arrayBufferByteLength, in Attach() argument
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp335 int32_t arrayBufferByteLength = arrayBufferRef->ByteLength(vm_); in AddTypedArrayRefs() local
365 int32_t arrayBufferByteLength = arrayBufferRef->ByteLength(vm_); in AddSharedArrayBufferRefs() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_native_inline_lowering.cpp1383 GateRef arrayBufferByteLength = builder_.Load(VariableType::INT32(), buffer, arrayBufferByteLengthOffset); in LowerDataViewProtoFunc() local

Completed in 10 milliseconds