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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp557 if ((jint)lo0 >= 0 && (jint)lo1 >= 0 && is_index_range_check())
568 if ((jint)lo0 >= 0 && (jint)lo1 >= 0 && is_index_range_check())
573 bool CmpUNode::is_index_range_check() const { function in class:CmpUNode
H A Dsubnode.hpp161 bool is_index_range_check() const;

Completed in 59 milliseconds