Searched refs:max_jint (Results 26 - 35 of 35) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp2630 root_tail->set_pre_order(max_jint);
2631 root_tail->set_post_order(max_jint);
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp367 int min_size = max_jint;
368 int min_iv_offset = max_jint;
H A Difnode.cpp727 if (failtype->_hi != max_jint && failtype->_lo != min_jint && bound > 1) {
H A Dmulnode.cpp1089 if( t_x != NULL && 0 <= t_x->_lo && t_x->_hi <= (max_jint>>LogBytesPerWord) ) {
H A Dmemnode.cpp1750 return TypeInt::make(min_size, max_jint, Type::WidenMin);
3851 intptr_t size_limit = phase->find_intptr_t_con(size_in_bytes, max_jint);
H A DgraphKit.cpp1616 int index_max = max_jint - 1; // array size is max_jint, index is one less
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp52 #define PATCHED_ADDR (max_jint)
1539 assert(address->disp() != max_jint, "lea doesn't support patched addresses!");
1593 assert(address->disp() != max_jint, "lea doesn't support patched addresses!");
H A Dc1_LIR.hpp716 assert(index <= (max_jint >> LIR_OprDesc::data_shift), "index is too big");
789 assert(index <= (max_jint >> LIR_OprDesc::data_shift), "index is too big");
/openjdk7/hotspot/src/share/vm/runtime/
H A Dglobals.hpp3286 notproduct(intx, CompileTheWorldStopAt, max_jint, \
/openjdk7/hotspot/src/share/vm/prims/
H A Dunsafe.cpp54 + ((julong)max_jint * sizeof(double)) )

Completed in 138 milliseconds

12