| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 419 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in IntegerIndexedElementGet() local 532 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in FastCopyElementToArray() local 571 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in FastElementGet() local 611 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in IntegerIndexedElementSet() local 683 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastGetPropertyByIndex() local 720 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastSetPropertyByIndex() local 816 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastTypedArrayFill() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 156 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in FastCreateTypedArray() local 200 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in AllocateTypedArrayBuffer() local 256 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in AllocateTypedArrayBuffer() local 462 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromTypedArray() local 645 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateSharedFromTypedArray() local 719 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromArrayBuffer() local 786 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromSendableArrayBuffer() local
|
| D | atomic_helper.cpp | 82 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in ValidateAtomicAccess() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | object_helpers-inl.h | 120 auto elementSize = coretypes::Array::GetElementSize<ObjectHeader *, false>(); in TraverseArray() local 235 auto elementSize = coretypes::Array::GetElementSize<TaggedType, true>(); in TraverseArray() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_dataview.cpp | 387 uint32_t elementSize = JSDataView::GetElementSize(type); in GetViewValue() local 453 uint32_t elementSize = JSDataView::GetElementSize(type); in SetViewValue() local
|
| D | builtins_shared_typedarray.cpp | 1430 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(srcType); in Slice() local 1621 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in Subarray() local
|
| D | builtins_typedarray.cpp | 1518 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(srcType); in Slice() local 1747 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in Subarray() local
|
| D | builtins_arraybuffer.cpp | 805 uint32_t elementSize = TypedArrayHelper::GetElementSize(items); in TypedArrayToList() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_dataview_stub_builder.cpp | 71 GateRef elementSize = GetElementSize(type); in SetTypedValue() local
|
| D | builtins_typedarray_stub_builder.cpp | 1683 GateRef elementSize = Int32Div(oldByteLength, arrayLen); in SubArray() local 3301 GateRef elementSize = Int32(base::TypedArrayHelper::GetSizeFromType(arrayType)); in AllocateTypedArrayBuffer() local 3360 GateRef elementSize = Int32(base::TypedArrayHelper::GetSizeFromType(arrayType)); in CreateFromArrayBuffer() local 3473 GateRef elementSize = Int32(base::TypedArrayHelper::GetSizeFromType(arrayType)); in FastCopyFromArrayToTypedArray() local 3511 GateRef elementSize = Int32(base::TypedArrayHelper::GetSizeFromType(arrayType)); in CopyElementsToArrayBuffer() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | mmap_mem_pool-inl.h | 47 auto elementSize = element->first; in PopFreePool() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 2206 GateRef elementSize, GateRef newLength, GateRef beginIndex, GateRef arrayCls, GateRef buffer) in NewTaggedSubArray() 2307 GateRef elementSize = GetElementSizeFromType(glue, srcType); in NewTypedArray() local 2363 GateRef elementSize = GetElementSizeFromType(glue, srcType); in NewTypedArraySameType() local 2486 GateRef elementSize = Int32(4); // 4: float32 primtype's byte length in NewFloat32ArrayWithSize() local 2539 GateRef elementSize = GetElementSizeFromType(glue, arrayType); in NewTypedArrayFromCtor() local 2555 void NewObjectStubBuilder::NewByteArray(Variable *result, Label *exit, GateRef elementSize, GateRef… in NewByteArray()
|
| D | typed_hcr_lowering.cpp | 980 GateRef elementSize = Circuit::NullGate(); in GetElementSize() local 1134 GateRef elementSize = GetElementSize(id); in LowerTypedArrayLoadElement() local 1323 GateRef elementSize = GetElementSize(id); in LowerTypedArrayStoreElement() local 1425 GateRef elementSize = builder_.Int32(sizeof(uint8_t)); in LowerUInt8ClampedArrayStoreElement() local
|
| D | typed_native_inline_lowering.cpp | 1342 GateRef elementSize = BuiltinIdToSize(builtinId); in LowerDataViewProtoFunc() local
|
| D | stub_builder-inl.h | 4015 inline GateRef StubBuilder::ComputeTaggedTypedArraySize(GateRef elementSize, GateRef length) in ComputeTaggedTypedArraySize()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 2199 static void GetEntryPointId(uint64_t elementSize, RuntimeInterface::EntrypointId &eid) in GetEntryPointId() 2242 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_obj_emitter.cpp | 1602 uint32 elementSize = size; in EncodeLogicaImm() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 578 static RuntimeInterface::EntrypointId GetAllocateArrayTlabEntrypoint(size_t elementSize) in GetAllocateArrayTlabEntrypoint() 4470 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray() local
|