Searched refs:IsArrayLength (Results 1 – 2 of 2) sorted by relevance
134 bool IsArrayLength(GateRef gate);
194 … 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::ArrayBoundsCheckElimination597 if (IsArrayLength(upperGate) && FindBoundGate(acc_.GetValueIn(upperGate, 0)) == array) { in CheckLoop()602 if (IsArrayLength(lowerGate) && FindBoundGate(acc_.GetValueIn(lowerGate, 0)) == array) { in CheckLoop()