Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp197 acc_.SetArraySize(receiver, std::max(arraySize, indexValue + 1)); in LowerNTypedStownByIndex()
Dgate_accessor.h385 void SetArraySize(GateRef gate, size_t size);
Dgate_accessor.cpp116 void GateAccessor::SetArraySize(GateRef gate, size_t size) in SetArraySize() function in panda::ecmascript::kungfu::GateAccessor