Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp410 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in IntegerIndexedElementGet() local
509 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in FastCopyElementToArray() local
548 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in FastElementGet() local
588 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in IntegerIndexedElementSet() local
660 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastGetPropertyByIndex() local
697 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastSetPropertyByIndex() local
/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp86 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in ValidateAtomicAccess() local
Dtyped_array_helper.cpp234 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromTypedArray() local
314 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromArrayBuffer() local
452 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in AllocateTypedArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp392 uint32_t elementSize = JSDataView::GetElementSize(type); in GetViewValue() local
448 uint32_t elementSize = JSDataView::GetElementSize(type); in SetViewValue() local
Dbuiltins_typedarray.cpp1342 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(srcType); in Slice() local
1511 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in Subarray() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_mcr_lowering.cpp635 GateRef elementSize = Circuit::NullGate(); in GetElementSize() local
776 GateRef elementSize = GetElementSize(id); in LowerTypedArrayLoadElement() local
868 GateRef elementSize = GetElementSize(id); in LowerTypedArrayStoreElement() local
900 GateRef elementSize = builder_.Int32(sizeof(uint8_t)); in LowerUInt8ClampedArrayStoreElement() local