Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp430 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in IntegerIndexedElementGet() local
547 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in FastCopyElementToArray() local
589 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in FastElementGet() local
629 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in IntegerIndexedElementSet() local
703 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastGetPropertyByIndex() local
740 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastSetPropertyByIndex() local
836 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastTypedArrayFill() 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/base/
Dtyped_array_helper.cpp150 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in AllocateTypedArrayBuffer() local
206 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in AllocateTypedArrayBuffer() local
412 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromTypedArray() local
595 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateSharedFromTypedArray() local
669 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromArrayBuffer() local
736 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromSendableArrayBuffer() local
Datomic_helper.cpp82 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in ValidateAtomicAccess() local
Dfast_json_stringifier.cpp452 CVector<std::pair<CString, int>> &strCache, uint32_t &cacheIndex, uint32_t elementSize) in SerializeElementsWithCache()
/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.cpp1403 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(srcType); in Slice() local
1594 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in Subarray() local
Dbuiltins_typedarray.cpp1519 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(srcType); in Slice() local
1712 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in Subarray() local
Dbuiltins_arraybuffer.cpp802 uint32_t elementSize = TypedArrayHelper::GetElementSize(items); in TypedArrayToList() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_dataview_stub_builder.cpp73 GateRef elementSize = ZExtInt32ToInt64(GetElementSize(type)); in SetTypedValue() local
Dbuiltins_typedarray_stub_builder.cpp1721 GateRef elementSize = Int32Div(oldByteLength, arrayLen); in SubArray() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmmap_mem_pool-inl.h46 auto elementSize = element->first; in PopFreePool() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2197 GateRef elementSize, GateRef newLength, GateRef beginIndex, GateRef arrayCls, GateRef buffer) in NewTaggedSubArray()
2258 GateRef elementSize = GetElementSizeFromType(glue, srcType); in NewTypedArray() local
2320 GateRef elementSize = Int32(4); // 4: float32 primtype's byte length in NewFloat32ArrayWithSize() local
2373 GateRef elementSize = GetElementSizeFromType(glue, arrayType); in NewTypedArrayFromCtor() local
2389 void NewObjectStubBuilder::NewByteArray(Variable *result, Label *exit, GateRef elementSize, GateRef… in NewByteArray()
Dtyped_hcr_lowering.cpp966 GateRef elementSize = Circuit::NullGate(); in GetElementSize() local
1120 GateRef elementSize = GetElementSize(id); in LowerTypedArrayLoadElement() local
1309 GateRef elementSize = GetElementSize(id); in LowerTypedArrayStoreElement() local
1411 GateRef elementSize = builder_.Int32(sizeof(uint8_t)); in LowerUInt8ClampedArrayStoreElement() local
Dtyped_native_inline_lowering.cpp1363 GateRef elementSize = BuiltinIdToSize(builtinId); in LowerDataViewProtoFunc() local
Dstub_builder-inl.h3698 inline GateRef StubBuilder::ComputeTaggedTypedArraySize(GateRef elementSize, GateRef length) in ComputeTaggedTypedArraySize()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2199 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/
Daarch64_obj_emitter.cpp1675 uint32 elementSize = size; in EncodeLogicaImm() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp323 static RuntimeInterface::EntrypointId GetAllocateArrayTlabEntrypoint(size_t elementSize) in GetAllocateArrayTlabEntrypoint()
4123 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray() local