/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | atomic_helper.cpp | 86 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); in ValidateAtomicAccess() local
|
H A D | fast_json_stringifier.cpp | 447 SerializeElementsWithCache(const JSHandle<JSObject> &obj, bool hasContent, CVector<std::pair<CString, int>> &strCache, uint32_t &cacheIndex, uint32_t elementSize) SerializeElementsWithCache() argument
|
H A 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); 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 D | builtins_dataview.cpp | 393 uint32_t elementSize = JSDataView::GetElementSize(type); in GetViewValue() local 458 uint32_t elementSize = JSDataView::GetElementSize(type); in SetViewValue() local [all...] |
H A D | builtins_arraybuffer.cpp | 808 uint32_t elementSize = TypedArrayHelper::GetElementSize(items); in TypedArrayToList() local
|
H A D | builtins_shared_typedarray.cpp | 1403 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(srcType); in Slice() local 1594 uint32_t elementSize = TypedArrayHelper::GetSizeFromType(elementType); Subarray() local [all...] |
H A D | builtins_typedarray.cpp | 1519 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 D | builtins_dataview_stub_builder.cpp | 74 GateRef elementSize = GetElementSize(type);
in SetTypedValue() local
|
H A D | builtins_typedarray_stub_builder.cpp | 1712 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 D | js_typed_array.cpp | 430 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 D | mmap_mem_pool-inl.h | 46 auto elementSize = element->first; in PopFreePool() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | new_object_stub_builder.cpp | 2205 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 D | typed_hcr_lowering.cpp | 969 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 D | typed_native_inline_lowering.cpp | 1369 GateRef elementSize = BuiltinIdToSize(builtinId); in LowerDataViewProtoFunc() local
|
H A D | stub_builder-inl.h | 3802 inline GateRef StubBuilder::ComputeTaggedTypedArraySize(GateRef elementSize, GateRef length) in ComputeTaggedTypedArraySize() argument
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 274 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 D | codegen.cpp | 2214 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 D | llvm_ir_constructor.cpp | 323 static RuntimeInterface::EntrypointId GetAllocateArrayTlabEntrypoint(size_t elementSize) in GetAllocateArrayTlabEntrypoint() argument 4149 uint64_t elementSize = runtime->GetArrayElementSize(method, arrayType); in VisitNewArray() local
|