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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp112 //------------------------------get_const_type---------------------------
113 const Type* Type::get_const_type(ciType* type) { function in class:Type
180 return Type::get_const_type(type);
1646 field_array[TypeFunc::Parms] = get_const_type(return_type);
1665 // Use get_const_type here because it respects UseUniqueSubclasses:
1666 field_array[pos++] = get_const_type(recv)->join(TypePtr::NOTNULL);
1692 field_array[pos++] = get_const_type(type);
H A Dtype.hpp311 static const Type* get_const_type(ciType* type);
889 // Pass to Type::get_const_type to turn it to a type, which will usually
H A Dparse2.cpp90 const Type* subklass = Type::get_const_type(toop->klass());

Completed in 55 milliseconds