Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp79 JSTaggedNumber byteLen = JSTaggedValue::ToIndex(thread, byteLenHandle); in DataViewConstructor() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp1667 uint32 byteLen = GetPrimTypeSize(primType); in CGFunc() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2117 uint32 byteLen = GetPrimTypeSize(pTy); in SelectIassignspoff() local
7132 RegOperand &AArch64CGFunc::CreateRegisterOperandOfType(RegType regty, uint32 byteLen) in CreateRegisterOperandOfType()