Searched defs:newByteLength (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 694 …rProperties(EcmaRuntimeCallInfo *argv, const JSHandle<JSObject> &obj, const uint64_t newByteLength, in SetArrayBufferProperties() 749 uint64_t newByteLength = 0; in CreateFromArrayBuffer() local 816 uint64_t newByteLength = 0; in CreateFromSendableArrayBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 2255 GateRef newByteLength = Int32Mul(elementSize, newLength); in NewTaggedSubArray() local 2308 GateRef newByteLength = Int32Mul(elementSize, length); in NewTypedArray() local 2364 GateRef newByteLength = Int32Mul(elementSize, length); in NewTypedArraySameType() local 2487 GateRef newByteLength = Int32Mul(size, elementSize); in NewFloat32ArrayWithSize() local 2540 GateRef newByteLength = Int32Mul(elementSize, length); in NewTypedArrayFromCtor() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.cpp | 3640 GateRef newByteLength, GateRef offset, GateRef arrayLength) in SetArrayBufferProperties()
|