Searched defs:byteSize (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | byte_array.h | 46 size_t byteSize = ComputeDataSize(GetArrayLength(), GetByteLength()); in GetPointerLength() local
|
| D | js_bigint.h | 184 size_t byteSize = DataSize(this); in GetPointerLength() local
|
| D | ecma_string.h | 794 size_t byteSize = DataSize(this); in GetPointerLength() local
|
| D | object_factory.cpp | 2657 size_t byteSize = ByteArray::ComputeSize(size, length); in NewByteArray() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | obj_emit.h | 209 virtual void AppendContents(uint64 binInsn, uint32 byteSize) in AppendContents() 243 void AppendTextData(const void *data, uint32 byteSize) in AppendTextData() 249 void AppendTextData(uint64 data, uint32 byteSize) in AppendTextData() 272 void SwapTextData(const void *value, size_t index, size_t byteSize) in SwapTextData()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_args.cpp | 351 uint32 byteSize = GetPrimTypeSize(stype); in MoveLocalRefVarToRefLocals() local 375 uint32 byteSize = GetPrimTypeSize(stype); in LoadStackArgsToVReg() local 399 uint32 byteSize = GetPrimTypeSize(stype); in MoveArgsToVReg() local
|
| D | aarch64_cgfunc.cpp | 2053 MemOperand *AArch64CGFunc::GenLmbcFpMemOperand(int32 offset, uint32 byteSize, AArch64reg baseRegno) in GenLmbcFpMemOperand() 2090 uint32 byteSize = GetPrimTypeSize(primType); in SelectIassignfpoff() local 3328 RegOperand *AArch64CGFunc::GenLmbcParamLoad(int32 offset, uint32 byteSize, RegType regType, PrimTyp… in GenLmbcParamLoad()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_args.cpp | 231 uint32 byteSize = GetPrimTypeSize(stype); in MoveArgsToVReg() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 3632 …int64_t byteSize = static_cast<int64_t>(Globals::GetInstance()->GetBECommon()->GetTypeSize(tyIdx.G… in FillInClassByteSize() local
|