Searched refs:WidenMin (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp243 TypeInt::BOOL = TypeInt::make(0,1, WidenMin); // 0 or 1, FALSE or TRUE.
244 TypeInt::CC = TypeInt::make(-1, 1, WidenMin); // -1, 0 or 1, condition codes
245 TypeInt::CC_LT = TypeInt::make(-1,-1, WidenMin); // == TypeInt::MINUS_1
246 TypeInt::CC_GT = TypeInt::make( 1, 1, WidenMin); // == TypeInt::ONE
247 TypeInt::CC_EQ = TypeInt::make( 0, 0, WidenMin); // == TypeInt::ZERO
248 TypeInt::CC_LE = TypeInt::make(-1, 0, WidenMin);
249 TypeInt::CC_GE = TypeInt::make( 0, 1, WidenMin); // == TypeInt::BOOL
250 TypeInt::BYTE = TypeInt::make(-128,127, WidenMin); // Bytes
251 TypeInt::UBYTE = TypeInt::make(0, 255, WidenMin); // Unsigned Bytes
252 TypeInt::CHAR = TypeInt::make(0,65535, WidenMin); // Jav
[all...]
H A Dtype.hpp121 WidenMin = 0, enumerator in enum:Type::WIDEN
H A Dparse2.cpp460 const TypeLong* lkeytype = TypeLong::make(CONST64(0), num_cases-1, Type::WidenMin);
H A Dlibrary_call.cpp1248 const TypeAry* target_array_type = TypeAry::make(TypeInt::CHAR, TypeInt::make(0, target_length, Type::WidenMin));
3127 return_type = TypeInt::make(0, JVM_ACC_WRITTEN_FLAGS, Type::WidenMin);
H A DgraphKit.cpp3254 const TypeLong* tlcon = TypeLong::make(CONST64(0), size_max, Type::WidenMin);
H A Dmemnode.cpp1750 return TypeInt::make(min_size, max_jint, Type::WidenMin);

Completed in 120 milliseconds