Searched defs:newByteLength (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | typed_array_helper.cpp | 694 void SetArrayBufferProperties(EcmaRuntimeCallInfo *argv, const JSHandle<JSObject> &obj, const uint64_t newByteLength, in SetArrayBufferProperties() argument 749 uint64_t newByteLength = 0; in CreateFromArrayBuffer() local 816 uint64_t newByteLength = 0; CreateFromSendableArrayBuffer() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_typedarray_stub_builder.cpp | 3389 SetArrayBufferProperties(GateRef glue, GateRef typedArray, GateRef newByteLength, GateRef offset, GateRef arrayLength) SetArrayBufferProperties() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | new_object_stub_builder.cpp | 2158 GateRef newByteLength = Int32Mul(elementSize, newLength);
in NewTaggedSubArray() local 2161 Store(VariableType::INT32(), glue, obj, IntPtr(JSTypedArray::BYTE_LENGTH_OFFSET), newByteLength);
in NewTaggedSubArray() local 2206 GateRef newByteLength = Int32Mul(elementSize, length);
in NewTypedArray() local 2223 Store(VariableType::INT32(), glue, obj, IntPtr(JSTypedArray::BYTE_LENGTH_OFFSET), newByteLength);
in NewTypedArray() local 2335 GateRef newByteLength = Int32Mul(size, elementSize);
in NewFloat32ArrayWithSize() local 2348 newByteLength, MemoryAttribute::NoBarrier());
in NewFloat32ArrayWithSize() local 2388 GateRef newByteLength = Int32Mul(elementSize, length);
in NewTypedArrayFromCtor() local 2393 Store(VariableType::INT32(), glue, thisObj, IntPtr(JSTypedArray::BYTE_LENGTH_OFFSET), newByteLength);
in NewTypedArrayFromCtor() local
|
Completed in 14 milliseconds