Searched refs:allow_range_check_smearing (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp525 bool allow_range_check_smearing() const;
H A Difnode.cpp914 if (!phase->C->allow_range_check_smearing()) return NULL;
H A Dparse2.cpp137 if (C->allow_range_check_smearing()) {
H A Dcompile.cpp1261 //--------------------------allow_range_check_smearing-------------------------
1268 bool Compile::allow_range_check_smearing() const { function in class:Compile

Completed in 222 milliseconds