Searched defs:in_type (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dconnode.cpp497 const TypePtr *in_type = inn->isa_ptr(); local
500 if( in_type != NULL && my_type != NULL ) {
501 TypePtr::PTR in_ptr = in_type->ptr();
503 result = in_type;
510 result = (jptr->klass()->is_interface() || !in_type->higher_equal(_type))
512 : in_type;
842 const TypeInt* in_type = phase->type(in(1))->isa_int(); local
843 if (in_type != NULL && this_type != NULL &&
844 (in_type->_lo != this_type->_lo ||
845 in_type
[all...]

Completed in 7677 milliseconds