Searched refs:max_juint (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DspaceDecorator.cpp38 return badHeapWord == (max_juint & (uintptr_t) q->value());
/openjdk7/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp678 if( lidx == lr1 ) return max_juint;
679 if( lidx == lr2 ) return max_juint;
688 if( reg_degree >= rm_size ) return max_juint;
699 return max_juint;
702 return max_juint;
838 if( reg_degree == max_juint ) {
H A Dtype.cpp273 TypeLong::UINT = TypeLong::make(0,(jlong)max_juint,WidenMin);
1107 if ((juint)(hi - lo) >= max_juint) w = Type::WidenMax; // TypeInt::INT
1110 if ((juint)(lo - hi) >= max_juint) w = Type::WidenMin; // dual TypeInt::INT
1243 if (nrange < max_juint - 1 && nrange > (orange >> 1) + (SMALLINT*2)) {
1455 if (max >= max_juint && _hi < max_juint)
1456 return make(_lo, max_juint, WidenMax);
1569 else if ((str = longnamenear(max_juint, "maxuint", buf, n)) != NULL)
H A Dmatcher.cpp1368 uint mincost = max_juint;
1369 uint cost = max_juint;
1377 if (mincost == max_juint) {
2413 assert(_cost[i] != max_juint, "cost must be a valid value");
H A DloopTransform.cpp99 if (trip_count > 0 && (julong)trip_count < (julong)max_juint) {
576 // Note, max_juint is used to indicate unknown trip count.
578 assert(trip_count < max_juint, "exact trip_count should be less than max_uint.");
1226 assert(trip_count > 0 && (julong)trip_count < (julong)max_juint/2, "sanity");
H A Dloopnode.hpp160 : LoopNode(entry, backedge), _main_idx(0), _trip_count(max_juint),
H A Dmulnode.cpp458 int mask = max_juint >> shift;
H A Dlibrary_call.cpp2214 NULL /* obj */, NULL /* adr */, max_juint /* alias_idx */, NULL /* val */, NULL /* val_type */,
5366 NULL /* obj */, NULL /* adr */, max_juint /* alias_idx */, NULL /* val */, NULL /* val_type */,
/openjdk7/hotspot/src/share/vm/libadt/
H A Dvectset.cpp388 return max_juint; // No element, iterated them all
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp73 assert( (~max_juint) == 0, "max_juint has all its bits");
H A DglobalDefinitions.hpp304 const juint max_juint = (juint)-1; // 0xFFFFFFFF largest juint variable
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp825 static const uint64_t NarrowOopHeapMax = (uint64_t(max_juint) + 1);
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp1506 assert(dump_len >= 0 && dump_len <= max_juint, "bad dump length");

Completed in 564 milliseconds