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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp1868 const TypeInt* size_dual = _size->dual()->is_int(); local
1869 size_dual = normalize_array_size(size_dual);
1870 return new TypeAry( _elem->dual(), size_dual);

Completed in 44 milliseconds