Searched defs:byteSize (Results 1 – 10 of 10) 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 | 187 size_t byteSize = DataSize(this); in GetPointerLength() local
|
| D | ecma_string.h | 790 size_t byteSize = DataSize(this); in GetPointerLength() local
|
| D | object_factory.cpp | 2868 size_t byteSize = ByteArray::ComputeSize(size, length); in NewByteArray() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_args.cpp | 97 uint32 byteSize = GetPrimTypeSize(stype); in MoveLocalRefVarToRefLocals() local 121 uint32 byteSize = GetPrimTypeSize(stype); in LoadStackArgsToVReg() local 148 uint32 byteSize = GetPrimTypeSize(sType); in MoveArgsToVReg() local
|
| D | aarch64_cgfunc.cpp | 1939 MemOperand *AArch64CGFunc::GenLmbcFpMemOperand(int32 offset, uint32 byteSize, AArch64reg baseRegno) in GenLmbcFpMemOperand() 1976 uint32 byteSize = GetPrimTypeSize(primType); in SelectIassignfpoff() local 2748 RegOperand *AArch64CGFunc::GenLmbcParamLoad(int32 offset, uint32 byteSize, RegType regType, PrimTyp… in GenLmbcParamLoad() 7102 …mCopy = [this, isRefField, destNode, srcNode](MemOperand &dest, MemOperand &src, uint32 byteSize) { in SelectInsnMemCopy()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | obj_emit.h | 227 virtual void AppendContents(uint64 binInsn, uint32 byteSize) in AppendContents() 261 ALWAYS_INLINE void AppendTextData(const void *data, uint32 byteSize) in AppendTextData() 275 ALWAYS_INLINE void AppendTextData(uint64 data, uint32 byteSize) in AppendTextData() 306 ALWAYS_INLINE void SwapTextData(const void *value, size_t index, size_t byteSize) in SwapTextData()
|
| D | cgfunc.h | 1746 PrimType GetPrimTypeFromSize(uint32 byteSize, PrimType defaultType) const in GetPrimTypeFromSize()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_args.cpp | 234 uint32 byteSize = GetPrimTypeSize(stype); in MoveArgsToVReg() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 3717 …int64_t byteSize = static_cast<int64_t>(Globals::GetInstance()->GetBECommon()->GetTypeSize(tyIdx.G… in FillInClassByteSize() local
|