Home
last modified time | relevance | path

Searched defs:byteLen (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sendable_arraybuffer.cpp294 int32_t byteLen = static_cast<int32_t>(byteArrayBuf->GetByteLength()); in CloneArrayBuffer() local
Dbuiltins_dataview.cpp68 JSTaggedNumber byteLen = JSTaggedValue::ToIndex(thread, byteLenHandle); in DataViewConstructor() local
Dbuiltins_arraybuffer.cpp297 int32_t byteLen = static_cast<int32_t>(byteArrayBuf->GetByteLength()); in CloneArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp577 uint32 byteLen = GetPrimTypeSize(primType); in CGFunc() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3158 RegOperand &AArch64CGFunc::CreateRegisterOperandOfType(RegType regty, uint32 byteLen) in CreateRegisterOperandOfType()