Home
last modified time | relevance | path

Searched refs:oldByteLength (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp485 …GateRef oldByteLength = Load(VariableType::INT32(), thisValue, IntPtr(JSTypedArray::BYTE_LENGTH_OF… in SubArray() local
486 GateRef elementSize = Int32Div(oldByteLength, arrayLen); in SubArray()