Searched defs:get_const_type (Results 1 - 1 of 1) 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);

Completed in 55 milliseconds