| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 420 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in IntegerIndexedElementGet() local 519 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in FastCopyElementToArray() local 558 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in FastElementGet() local 598 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in IntegerIndexedElementSet() local 669 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastGetPropertyByIndex() local 706 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastSetPropertyByIndex() local 767 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastTypedArrayFill() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | object_helpers-inl.h | 119 auto elementSize = coretypes::Array::GetElementSize<ObjectHeader *, false>(); in TraverseArray() local 231 auto elementSize = coretypes::Array::GetElementSize<TaggedType, true>(); in TraverseArray() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | atomic_helper.cpp | 86 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in ValidateAtomicAccess() local
|
| D | typed_array_helper.cpp | 236 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromTypedArray() local 317 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromArrayBuffer() local 455 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in AllocateTypedArrayBuffer() local
|
| D | fast_json_stringifier.cpp | 456 CVector<std::pair<CString, int>> &strCache, uint32_t &cacheIndex, uint32_t elementSize) in SerializeElementsWithCache()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_dataview.cpp | 399 uint32_t elementSize = JSDataView::GetElementSize(type); in GetViewValue() local 464 uint32_t elementSize = JSDataView::GetElementSize(type); in SetViewValue() local
|
| D | builtins_typedarray.cpp | 1407 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(srcType); in Slice() local 1589 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in Subarray() local
|
| D | builtins_arraybuffer.cpp | 775 uint32_t elementSize = TypedArrayHelper::GetElementSize(items); in TypedArrayToList() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | mmap_mem_pool-inl.h | 46 auto elementSize = element->first; in PopFreePool() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_array_stub_builder.cpp | 486 GateRef elementSize = Int32Div(oldByteLength, arrayLen); in SubArray() local
|
| D | typed_hcr_lowering.cpp | 877 GateRef elementSize = Circuit::NullGate(); in GetElementSize() local 1021 GateRef elementSize = GetElementSize(id); in LowerTypedArrayLoadElement() local 1199 GateRef elementSize = GetElementSize(id); in LowerTypedArrayStoreElement() local 1297 GateRef elementSize = builder_.Int32(sizeof(uint8_t)); in LowerUInt8ClampedArrayStoreElement() local
|
| D | new_object_stub_builder.cpp | 1396 GateRef elementSize, GateRef newLength, GateRef beginIndex, GateRef arrayCls, GateRef buffer) in NewTaggedSubArray()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_obj_emitter.cpp | 1673 uint32 elementSize = size; in EncodeLogicaImm() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 2955 static void GetEntryPointId(uint64_t elementSize, RuntimeInterface::EntrypointId &eid) in GetEntryPointId() 2998 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray() local
|