Searched refs:hi_key (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp747 if (v >= x->lo_key() && v <= x->hi_key()) {
765 assert(x->lo_key() == x->hi_key(), "keys must be the same");
H A Dc1_LIRGenerator.cpp2472 int hi_key = x->hi_key(); local
H A Dc1_Instruction.hpp1972 int hi_key() const { return _lo_key + length() - 1; }

Completed in 49 milliseconds