Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp420 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in IntegerIndexedElementGet() local
537 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in FastCopyElementToArray() local
576 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in FastElementGet() local
616 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in IntegerIndexedElementSet() local
688 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastGetPropertyByIndex() local
725 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastSetPropertyByIndex() local
821 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastTypedArrayFill() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DSparseBitVector.ts72 get elementSize(): number { method in SparseBitVectorElement
289 get elementSize(): number { method in SparseBitVector
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp155 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in FastCreateTypedArray() local
199 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in AllocateTypedArrayBuffer() local
255 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in AllocateTypedArrayBuffer() local
461 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromTypedArray() local
644 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateSharedFromTypedArray() local
718 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromArrayBuffer() local
785 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromSendableArrayBuffer() local
Datomic_helper.cpp83 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in ValidateAtomicAccess() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers-inl.h120 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/
Dbuiltins_dataview.cpp387 uint32_t elementSize = JSDataView::GetElementSize(type); in GetViewValue() local
453 uint32_t elementSize = JSDataView::GetElementSize(type); in SetViewValue() local
Dbuiltins_shared_typedarray.cpp1430 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(srcType); in Slice() local
1621 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in Subarray() local
Dbuiltins_typedarray.cpp1494 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(srcType); in Slice() local
1724 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in Subarray() local
Dbuiltins_arraybuffer.cpp794 uint32_t elementSize = TypedArrayHelper::GetElementSize(items); in TypedArrayToList() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_dataview_stub_builder.cpp71 GateRef elementSize = GetElementSize(type); in SetTypedValue() local
Dbuiltins_typedarray_stub_builder.cpp1691 GateRef elementSize = Int32Div(oldByteLength, arrayLen); in SubArray() local
3330 GateRef elementSize = Int32(base::TypedArrayHelper::GetSizeFromType(arrayType)); in AllocateTypedArrayBuffer() local
3389 GateRef elementSize = Int32(base::TypedArrayHelper::GetSizeFromType(arrayType)); in CreateFromArrayBuffer() local
3502 GateRef elementSize = Int32(base::TypedArrayHelper::GetSizeFromType(arrayType)); in FastCopyFromArrayToTypedArray() local
3540 GateRef elementSize = Int32(base::TypedArrayHelper::GetSizeFromType(arrayType)); in CopyElementsToArrayBuffer() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmmap_mem_pool-inl.h47 auto elementSize = element->first; in PopFreePool() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2464 GateRef elementSize, GateRef newLength, GateRef beginIndex, GateRef arrayCls, GateRef buffer) in NewTaggedSubArray()
2565 GateRef elementSize = GetElementSizeFromType(glue, srcType); in NewTypedArray() local
2622 GateRef elementSize = GetElementSizeFromType(glue, srcType); in NewTypedArraySameType() local
2761 GateRef elementSize = Int32(4); // 4: float32 primtype's byte length in NewFloat32ArrayWithSize() local
2814 GateRef elementSize = GetElementSizeFromType(glue, arrayType); in NewTypedArrayFromCtor() local
2830 void NewObjectStubBuilder::NewByteArray(Variable *result, Label *exit, GateRef elementSize, GateRef… in NewByteArray()
Dtyped_hcr_lowering.cpp1107 GateRef elementSize = Circuit::NullGate(); in GetElementSize() local
1264 GateRef elementSize = GetElementSize(id); in LowerTypedArrayLoadElement() local
1468 GateRef elementSize = GetElementSize(id); in LowerTypedArrayStoreElement() local
1577 GateRef elementSize = builder_.Int32(sizeof(uint8_t)); in LowerUInt8ClampedArrayStoreElement() local
Dtyped_native_inline_lowering.cpp1346 GateRef elementSize = BuiltinIdToSize(builtinId); in LowerDataViewProtoFunc() local
Dstub_builder-inl.h4252 inline GateRef StubBuilder::ComputeTaggedTypedArraySize(GateRef elementSize, GateRef length) in ComputeTaggedTypedArraySize()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2237 static void GetEntryPointId(uint64_t elementSize, RuntimeInterface::EntrypointId &eid) in GetEntryPointId()
2280 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_TypedArrays.cpp591 size_t elementSize = static_cast<size_t>(thisArray->GetBytesPerElement()) * sizeof(EtsByte); in REVERSE_CALL_DECL() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_obj_emitter.cpp1602 uint32 elementSize = size; in EncodeLogicaImm() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp579 static RuntimeInterface::EntrypointId GetAllocateArrayTlabEntrypoint(size_t elementSize) in GetAllocateArrayTlabEntrypoint()
4465 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray() local