Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp644 …rProperties(EcmaRuntimeCallInfo *argv, const JSHandle<JSObject> &obj, const uint64_t newByteLength, in SetArrayBufferProperties()
699 uint64_t newByteLength = 0; in CreateFromArrayBuffer() local
766 uint64_t newByteLength = 0; in CreateFromSendableArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2208 GateRef newByteLength = Int32Mul(elementSize, newLength); in NewTaggedSubArray() local
2256 GateRef newByteLength = Int32Mul(elementSize, length); in NewTypedArray() local
2318 GateRef newByteLength = Int32Mul(size, elementSize); in NewFloat32ArrayWithSize() local
2371 GateRef newByteLength = Int32Mul(elementSize, length); in NewTypedArrayFromCtor() local