Searched refs:cast_to_size (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp525 type = type->is_aryptr()->cast_to_size(ltype);
H A Dtype.hpp961 virtual const TypeAryPtr* cast_to_size(const TypeInt* size) const;
H A DgraphKit.cpp3302 ary_type = ary_type->is_aryptr()->cast_to_size(length_type);
H A Dtype.cpp3424 //-------------------------------cast_to_size----------------------------------
3425 const TypeAryPtr* TypeAryPtr::cast_to_size(const TypeInt* new_size) const { function in class:TypeAryPtr

Completed in 64 milliseconds