Home
last modified time | relevance | path

Searched refs:Upper (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.cpp230 int upper = bound->Upper(); in DoBinaryArithmeticOp()
277 int upper = bound->Upper(); in DoUnaryArithmeticOp()
585 bound->Upper() < 0 && bound->UpperGate() != Circuit::NullGate()) { in InArrayBound()
727 || (indexBound->UpperGate() == Circuit::NullGate() && indexBound->Upper() < 0)) { in ProcessIndexCheck()
752 indexBound->UpperGate(), indexBound->Upper())) { in ProcessIndexCheck()
758 indexBound->Lower(), indexBound->UpperGate(), indexBound->Upper(), isTypedArray); in ProcessIndexCheck()
H A Darray_bounds_check_elimination.h45 int Upper() in Upper() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination::Bound

Completed in 3 milliseconds