Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.h153 bool InArrayBound(Bound *bound, GateRef length, GateRef array);
Darray_bounds_check_elimination.cpp566 bool ArrayBoundsCheckElimination::InArrayBound(Bound *bound, GateRef length, GateRef array) in InArrayBound() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination
712 if (InArrayBound(indexBound, length, array)) { in ProcessIndexCheck()