Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.h134 bool IsArrayLength(GateRef gate);
Darray_bounds_check_elimination.cpp194 … if (xBound->Lower() >= 0 && xBound->LowerGate() == Circuit::NullGate() && IsArrayLength(y)) { in DoBinaryArithmeticOp()
532 bool ArrayBoundsCheckElimination::IsArrayLength(GateRef gate) in IsArrayLength() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination
597 if (IsArrayLength(upperGate) && FindBoundGate(acc_.GetValueIn(upperGate, 0)) == array) { in CheckLoop()
602 if (IsArrayLength(lowerGate) && FindBoundGate(acc_.GetValueIn(lowerGate, 0)) == array) { in CheckLoop()