Searched refs:InArrayBound (Results 1 – 2 of 2) sorted by relevance
153 bool InArrayBound(Bound *bound, GateRef length, GateRef array);
566 bool ArrayBoundsCheckElimination::InArrayBound(Bound *bound, GateRef length, GateRef array) in InArrayBound() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination712 if (InArrayBound(indexBound, length, array)) { in ProcessIndexCheck()