Home
last modified time | relevance | path

Searched defs:byteSize (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A DsourceLocation.h71 explicit Range(size_t bS) noexcept : byteSize(bS) {} in byteSize() function in ark::es2panda::lexer::Range
/arkcompiler/ets_runtime/ecmascript/
H A Dbyte_array.h46 size_t byteSize = ComputeDataSize(GetArrayLength(), GetByteLength()); in GetPointerLength() local
H A Dobject_factory.cpp2855 size_t byteSize = ByteArray::ComputeSize(size, length); in NewByteArray() local
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A DsourceLocation.h71 explicit Range(size_t bS) noexcept : byteSize(bS) {} in byteSize() function in panda::es2panda::lexer::Range
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_args.cpp92 uint32 byteSize = GetPrimTypeSize(stype); in MoveLocalRefVarToRefLocals() local
116 uint32 byteSize = GetPrimTypeSize(stype); in LoadStackArgsToVReg() local
143 uint32 byteSize = GetPrimTypeSize(sType); in MoveArgsToVReg() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_args.cpp225 uint32 byteSize = GetPrimTypeSize(stype); in MoveArgsToVReg() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dobj_emit.h226 virtual void AppendContents(uint64 binInsn, uint32 byteSize) in AppendContents() argument
260 ALWAYS_INLINE void AppendTextData(const void *data, uint32 byteSize) in AppendTextData() argument
274 ALWAYS_INLINE void AppendTextData(uint64 data, uint32 byteSize) in AppendTextData() argument
305 ALWAYS_INLINE void SwapTextData(const void *value, size_t index, size_t byteSize) in SwapTextData() argument
[all...]
H A Dcgfunc.h1099 PrimType GetPrimTypeFromSize(uint32 byteSize, PrimType defaultType) const in GetPrimTypeFromSize() argument

Completed in 19 milliseconds