Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1616 GateRef CircuitBuilder::IsStableArrayLengthWriteable(GateRef array) in IsStableArrayLengthWriteable() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h983 GateRef IsStableArrayLengthWriteable(GateRef array);
Dtyped_native_inline_lowering.cpp3329 …builder_.IsStableArrayLengthWriteable(thisValue), acc_.GetValueIn(gate, 1), DeoptType::ARRAYLENGTH… in LowerArrayPop()