Home
last modified time | relevance | path

Searched defs:elementSize (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Datomic_helper.cpp86 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in ValidateAtomicAccess() local
H A Dfast_json_stringifier.cpp447 SerializeElementsWithCache(const JSHandle<JSObject> &obj, bool hasContent, CVector<std::pair<CString, int>> &strCache, uint32_t &cacheIndex, uint32_t elementSize) SerializeElementsWithCache() argument
H A Dtyped_array_helper.cpp156 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); CreateFromTypedArray() local
645 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); CreateSharedFromTypedArray() local
719 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); CreateFromArrayBuffer() local
786 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(arrayType); CreateFromSendableArrayBuffer() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_dataview.cpp393 uint32_t elementSize = JSDataView::GetElementSize(type); in GetViewValue() local
458 uint32_t elementSize = JSDataView::GetElementSize(type); in SetViewValue() local
[all...]
H A Dbuiltins_arraybuffer.cpp808 uint32_t elementSize = TypedArrayHelper::GetElementSize(items); in TypedArrayToList() local
H A Dbuiltins_shared_typedarray.cpp1403 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(srcType); in Slice() local
1594 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); Subarray() local
[all...]
H A Dbuiltins_typedarray.cpp1519 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(srcType); in Slice() local
1748 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); Subarray() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_dataview_stub_builder.cpp74 GateRef elementSize = GetElementSize(type); in SetTypedValue() local
H A Dbuiltins_typedarray_stub_builder.cpp1712 GateRef elementSize = Int32Div(oldByteLength, arrayLen); in SubArray() local
3270 GateRef elementSize = Int32(base::TypedArrayHelper::GetSizeFromType(arrayType)); in AllocateTypedArrayBuffer() local
3329 GateRef elementSize = Int32(base::TypedArrayHelper::GetSizeFromType(arrayType)); in CreateFromArrayBuffer() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A 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 in FastElementGet() local
629 uint32_t elementSize = TypedArrayHelper::GetElementSize(typedarrayObj); IntegerIndexedElementSet() local
703 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); FastGetPropertyByIndex() local
740 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); FastSetPropertyByIndex() local
836 uint32_t elementSize = TypedArrayHelper::GetElementSize(jsType); FastTypedArrayFill() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dmmap_mem_pool-inl.h46 auto elementSize = element->first; in PopFreePool() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp2205 GateRef elementSize = GetElementSizeFromType(glue, srcType); in NewTypedArray() local
2334 GateRef elementSize = Int32(4); // 4: float32 primtype's byte length in NewFloat32ArrayWithSize() local
2387 GateRef elementSize in NewTypedArrayFromCtor() local
2143 NewTaggedSubArray(GateRef glue, GateRef srcTypedArray, GateRef elementSize, GateRef newLength, GateRef beginIndex, GateRef arrayCls, GateRef buffer) NewTaggedSubArray() argument
2403 NewByteArray(Variable *result, Label *exit, GateRef elementSize, GateRef length) NewByteArray() argument
2423 Store(VariableType::INT32(), glue_, result->ReadVariable(), IntPtr(ByteArray::BYTE_LENGTH_OFFSET), elementSize); NewByteArray() local
[all...]
H A Dtyped_hcr_lowering.cpp969 GateRef elementSize = Circuit::NullGate(); in GetElementSize() local
1123 GateRef elementSize = GetElementSize(id); in LowerTypedArrayLoadElement() local
1312 GateRef elementSize = GetElementSize(id); in LowerTypedArrayStoreElement() local
1414 GateRef elementSize = builder_.Int32(sizeof(uint8_t)); LowerUInt8ClampedArrayStoreElement() local
[all...]
H A Dtyped_native_inline_lowering.cpp1369 GateRef elementSize = BuiltinIdToSize(builtinId); in LowerDataViewProtoFunc() local
H A Dstub_builder-inl.h3802 inline GateRef StubBuilder::ComputeTaggedTypedArraySize(GateRef elementSize, GateRef length) in ComputeTaggedTypedArraySize() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp274 CopyTypedArrayBuffer(JSTypedArray *srcArray, JSTypedArray *targetArray, int32_t srcStartPos, int32_t tarStartPos, int32_t count, int32_t elementSize) CopyTypedArrayBuffer() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp2214 static void GetEntryPointId(uint64_t elementSize, RuntimeInterface::EntrypointId &eid) in GetEntryPointId() argument
2257 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp323 static RuntimeInterface::EntrypointId GetAllocateArrayTlabEntrypoint(size_t elementSize) in GetAllocateArrayTlabEntrypoint() argument
4149 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray() local

Completed in 69 milliseconds