Searched defs:elemSize (Results 1 - 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | byte_array.h | 31 static inline size_t ComputeSize(size_t elemSize, uint32_t length) in ComputeSize() argument 38 static inline size_t ComputeDataSize(size_t elemSize, uint32_t length) in ComputeDataSize() argument
|
| H A D | tagged_array.h | 57 static size_t ComputeSize(size_t elemSize, uint32_t length) in ComputeSize() argument
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| H A D | array.cpp | 27 static Array *AllocateArray(ark::BaseClass *arrayClass, size_t elemSize, ArraySizeT length, ark::SpaceType spaceType, in AllocateArray() argument 52 size_t elemSize = arrayClass->GetComponentSize(); in Create() local 73 size_t elemSize = arrayClass->GetComponentSize(); in Create() local 91 size_t elemSize in Create() local 111 size_t elemSize = coretypes::TaggedValue::TaggedTypeSize(); CreateTagged() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| H A D | array.h | 74 static size_t ComputeSize(size_t elemSize, ArraySizeT length) in ComputeSize() argument 198 size_t elemSize; in GetElementOffset() local
|
| H A D | array-inl.h | 167 size_t elemSize = (IS_REF && !IS_DYN) ? sizeof(ObjectPointerType) : sizeof(T); in Set() local 219 size_t elemSize = (IS_REF && !IS_DYN) ? sizeof(ObjectPointerType) : sizeof(T); in Set() local 238 size_t elemSize = (IS_REF && !IS_DYN) ? sizeof(ObjectPointerType) : sizeof(T); in Get() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| H A D | asm_assembler.h | 381 void EmitSizeDirective(uint8 elemSize, int64 value, bool isSymbol, bool isLocal = false) in EmitSizeDirective() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | x64_emitter.cpp | 1628 uint64 elemSize = elmType.GetSize(); in EmitSingleElement() local 1736 uint64 elemSize = elmType.GetSize(); in EmitLocalVariable() local
|
| H A D | asm_assembler.cpp | 207 void AsmAssembler::EmitIntValue(int64 value, size_t elemSize, bool belongsToDataSec) in EmitIntValue() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | interpreter_test.cpp | 922 coretypes::Array *AllocArray(Class *cls, [[maybe_unused]] size_t elemSize, size_t length) in AllocArray() argument
|
| H A D | g1gc_test.cpp | 99 size_t elemSize = arrayClass->GetComponentSize(); in GetHumongousArrayLength() local 708 size_t elemSize = arrayClass->GetComponentSize(); in TEST_F() local 945 size_t elemSize = arrayClass->GetComponentSize(); in TEST_F() local 1291 size_t elemSize = klass->GetComponentSize(); in RefArrayLengthFitIntoRegion() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_string_stub_builder.cpp | 1537 uint8_t elemSize = 0;
in CopyChars() local
|
Completed in 22 milliseconds