Home
last modified time | relevance | path

Searched defs:byteSize (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dbyte_array.h46 size_t byteSize = ComputeDataSize(GetArrayLength(), GetByteLength()); in GetPointerLength() local
Djs_bigint.h187 size_t byteSize = DataSize(this); in GetPointerLength() local
Decma_string.h790 size_t byteSize = DataSize(this); in GetPointerLength() local
Dobject_factory.cpp2868 size_t byteSize = ByteArray::ComputeSize(size, length); in NewByteArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_args.cpp97 uint32 byteSize = GetPrimTypeSize(stype); in MoveLocalRefVarToRefLocals() local
121 uint32 byteSize = GetPrimTypeSize(stype); in LoadStackArgsToVReg() local
148 uint32 byteSize = GetPrimTypeSize(sType); in MoveArgsToVReg() local
Daarch64_cgfunc.cpp1939 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/
Dobj_emit.h227 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()
Dcgfunc.h1746 PrimType GetPrimTypeFromSize(uint32 byteSize, PrimType defaultType) const in GetPrimTypeFromSize()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_args.cpp234 uint32 byteSize = GetPrimTypeSize(stype); in MoveArgsToVReg() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp3717 …int64_t byteSize = static_cast<int64_t>(Globals::GetInstance()->GetBECommon()->GetTypeSize(tyIdx.G… in FillInClassByteSize() local