Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_args.cpp89 uint32 byteSize = GetPrimTypeSize(stype); in MoveLocalRefVarToRefLocals() local
113 uint32 byteSize = GetPrimTypeSize(stype); in LoadStackArgsToVReg() local
140 uint32 byteSize = GetPrimTypeSize(sType); in MoveArgsToVReg() local
/arkcompiler/ets_runtime/ecmascript/
Dbyte_array.h46 size_t byteSize = ComputeDataSize(GetArrayLength(), GetByteLength()); in GetPointerLength() local
Djs_bigint.h198 size_t byteSize = DataSize(this); in GetPointerLength() local
Decma_string.h488 size_t byteSize = DataSize(this); in GetPointerLength() local
Dobject_factory.cpp3130 size_t byteSize = ByteArray::ComputeSize(size, length); in NewByteArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h226 virtual void AppendContents(uint64 binInsn, uint32 byteSize) in AppendContents()
260 ALWAYS_INLINE void AppendTextData(const void *data, uint32 byteSize) in AppendTextData()
274 ALWAYS_INLINE void AppendTextData(uint64 data, uint32 byteSize) in AppendTextData()
305 ALWAYS_INLINE void SwapTextData(const void *value, size_t index, size_t byteSize) in SwapTextData()
Dcgfunc.h1102 PrimType GetPrimTypeFromSize(uint32 byteSize, PrimType defaultType) const in GetPrimTypeFromSize()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_args.cpp224 uint32 byteSize = GetPrimTypeSize(stype); in MoveArgsToVReg() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp1353 auto byteSize = base::TypedArrayHelper::GetElementSize(type); in WriteBigUInt64() local
1401 auto byteSize = base::TypedArrayHelper::GetElementSize(type); in WriteBigInt64() local