Home
last modified time | relevance | path

Searched defs:elementSize (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp370 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in IntegerIndexedElementGet() local
468 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in FastCopyElementToArray() local
506 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in FastElementGet() local
546 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in IntegerIndexedElementSet() local
618 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastGetPropertyByIndex() local
655 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastSetPropertyByIndex() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper-inl.h157 uint32_t elementSize; in GetSizeFromType() local
Dtyped_array_helper.cpp207 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromTypedArray() local
285 uint32_t elementSize = static_cast<uint32_t>(TypedArrayHelper::GetSizeFromType(arrayType)); in CreateFromArrayBuffer() local
427 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in AllocateTypedArrayBuffer() local
Datomic_helper.cpp86 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in ValidateAtomicAccess() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp371 uint32_t elementSize = JSDataView::GetElementSize(type); in GetViewValue() local
426 uint32_t elementSize = JSDataView::GetElementSize(type); in SetViewValue() local
Dbuiltins_typedarray.cpp1315 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(srcType); in Slice() local
1483 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in Subarray() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_lowering.cpp554 GateRef elementSize = builder_.Int32(4); // 4: float32 occupy 4 bytes in LowerFloat32ArrayLoadElement() local
604 GateRef elementSize = builder_.Int32(4); // 4: float32 occupy 4 bytes in LowerFloat32ArrayStoreElement() local