Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_bytecode_lowering.cpp206 acc_.SetArraySize(receiver, std::max(arraySize, indexValue + 1)); in LowerNTypedStownByIndex()
Dgate_accessor.h393 void SetArraySize(GateRef gate, uint32_t size);
Dgate_accessor.cpp185 void GateAccessor::SetArraySize(GateRef gate, uint32_t size) in SetArraySize() function in panda::ecmascript::kungfu::GateAccessor