Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp420 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in IntegerIndexedElementGet() local
519 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in FastCopyElementToArray() local
558 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in FastElementGet() local
598 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); in IntegerIndexedElementSet() local
669 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastGetPropertyByIndex() local
706 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastSetPropertyByIndex() local
767 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); in FastTypedArrayFill() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers-inl.h119 auto elementSize = coretypes::Array::GetElementSize<ObjectHeader *, false>(); in TraverseArray() local
231 auto elementSize = coretypes::Array::GetElementSize<TaggedType, true>(); in TraverseArray() local
/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp86 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in ValidateAtomicAccess() local
Dtyped_array_helper.cpp236 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromTypedArray() local
317 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in CreateFromArrayBuffer() local
455 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); in AllocateTypedArrayBuffer() local
Dfast_json_stringifier.cpp456 CVector<std::pair<CString, int>> &strCache, uint32_t &cacheIndex, uint32_t elementSize) in SerializeElementsWithCache()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp399 uint32_t elementSize = JSDataView::GetElementSize(type); in GetViewValue() local
464 uint32_t elementSize = JSDataView::GetElementSize(type); in SetViewValue() local
Dbuiltins_typedarray.cpp1407 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(srcType); in Slice() local
1589 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in Subarray() local
Dbuiltins_arraybuffer.cpp775 uint32_t elementSize = TypedArrayHelper::GetElementSize(items); in TypedArrayToList() 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/
Dtyped_array_stub_builder.cpp486 GateRef elementSize = Int32Div(oldByteLength, arrayLen); in SubArray() local
Dtyped_hcr_lowering.cpp877 GateRef elementSize = Circuit::NullGate(); in GetElementSize() local
1021 GateRef elementSize = GetElementSize(id); in LowerTypedArrayLoadElement() local
1199 GateRef elementSize = GetElementSize(id); in LowerTypedArrayStoreElement() local
1297 GateRef elementSize = builder_.Int32(sizeof(uint8_t)); in LowerUInt8ClampedArrayStoreElement() local
Dnew_object_stub_builder.cpp1396 GateRef elementSize, GateRef newLength, GateRef beginIndex, GateRef arrayCls, GateRef buffer) in NewTaggedSubArray()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_obj_emitter.cpp1673 uint32 elementSize = size; in EncodeLogicaImm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2955 static void GetEntryPointId(uint64_t elementSize, RuntimeInterface::EntrypointId &eid) in GetEntryPointId()
2998 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray() local