Searched defs:newByteLength (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 693 …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/ |
| D | new_object_stub_builder.cpp | 2515 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/ |
| D | builtins_typedarray_stub_builder.cpp | 3669 GateRef newByteLength, GateRef offset, GateRef arrayLength) in SetArrayBufferProperties()
|