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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp1223 const TypeInt* length_type = phase->find_int_type(length); local
1226 if (ary_type != NULL && length_type != NULL) {
1227 const TypeInt* narrow_length_type = ary_type->narrow_size_type(length_type);
1228 if (narrow_length_type != length_type) {
1233 (narrow_length_type->_hi <= length_type->_hi &&
1234 narrow_length_type->_lo >= length_type->_lo),
H A DgraphKit.cpp3298 const TypeInt* length_type = _gvn.find_int_type(length); local
3300 if (ary_type->isa_aryptr() && length_type != NULL) {
3302 ary_type = ary_type->is_aryptr()->cast_to_size(length_type);

Completed in 49 milliseconds