Home
last modified time | relevance | path

Searched defs:newByteLength (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp693 …rProperties(EcmaRuntimeCallInfo *argv, const JSHandle<JSObject> &obj, const uint64_t newByteLength, in SetArrayBufferProperties()
748 uint64_t newByteLength = 0; in CreateFromArrayBuffer() local
815 uint64_t newByteLength = 0; in CreateFromSendableArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2515 GateRef newByteLength = Int32Mul(elementSize, newLength); in NewTaggedSubArray() local
2566 GateRef newByteLength = Int32Mul(elementSize, length); in NewTypedArray() local
2623 GateRef newByteLength = Int32Mul(elementSize, length); in NewTypedArraySameType() local
2762 GateRef newByteLength = Int32Mul(size, elementSize); in NewFloat32ArrayWithSize() local
2815 GateRef newByteLength = Int32Mul(elementSize, length); in NewTypedArrayFromCtor() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp3669 GateRef newByteLength, GateRef offset, GateRef arrayLength) in SetArrayBufferProperties()