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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp454 static const TypeInt *POS1; member in class:TypeInt
H A Dtype.cpp255 TypeInt::POS1 = TypeInt::make(1,max_jint, WidenMin); // Positive values member in class:TypeInt
1089 const TypeInt *TypeInt::POS1; // Positive 32-bit integers member in class:TypeInt
H A Dlibrary_call.cpp916 if (_gvn.type(index)->higher_equal(TypeInt::POS1)) // [1,maxint]
924 Node* ccast = new (C) CastIINode(index, TypeInt::POS1);

Completed in 69 milliseconds