Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_dataview.cpp73 JSTaggedNumber byteLen = JSTaggedValue::ToIndex(thread, byteLenHandle); in DataViewConstructor() local
H A Dbuiltins_sendable_arraybuffer.cpp297 int32_t byteLen = static_cast<int32_t>(byteArrayBuf->GetByteLength()); in CloneArrayBuffer() local
H A Dbuiltins_arraybuffer.cpp304 int32_t byteLen = static_cast<int32_t>(byteArrayBuf->GetByteLength()); in CloneArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp527 uint32 byteLen = GetPrimTypeSize(primType); in CGFunc() local
531 new (&GetVirtualRegNodeFromPseudoRegIdx(i)) VirtualRegNode(GetRegTyFromPrimTy(primType), byteLen); in CGFunc() local

Completed in 6 milliseconds