Searched refs:BitsPerLong (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsignature.hpp84 max_size_of_parameters = (BitsPerLong-1 -
/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.cpp752 return ( ti && ti->is_con() && ( ti->get_con() & ( BitsPerLong - 1 ) ) == 0 ) ? in(1) : this;
763 const int con = t2->get_con() & ( BitsPerLong - 1 ); // masked shift count
1014 return ( ti && ti->is_con() && ( ti->get_con() & ( BitsPerLong - 1 ) ) == 0 ) ? in(1) : this;
1242 return ( ti && ti->is_con() && ( ti->get_con() & ( BitsPerLong - 1 ) ) == 0 ) ? in(1) : this;
1249 const int con = t2->get_con() & ( BitsPerLong - 1 ); // Shift count is always masked
H A Dconnode.cpp1301 return TypeInt::make(BitsPerLong);
1347 return TypeInt::make(BitsPerLong);
H A Dsuperword.cpp1443 juint mask = (p0->bottom_type() == TypeInt::INT) ? (BitsPerInt - 1) : (BitsPerLong - 1);
H A Dcompile.cpp2877 juint mask = (n->bottom_type() == TypeInt::INT) ? (BitsPerInt - 1) : (BitsPerLong - 1);
/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.hpp394 _lh_log2_element_size_mask = BitsPerLong-1,
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp74 const int BitsPerLong = 1 << LogBitsPerLong; variable

Completed in 75 milliseconds