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

/openjdk7/hotspot/src/share/vm/opto/
H A Dconnode.cpp498 const TypePtr *my_type = _type->isa_ptr(); local
500 if( in_type != NULL && my_type != NULL ) {
508 const TypeOopPtr *jptr = my_type->isa_oopptr();
511 ? my_type->cast_to_ptr_type( TypePtr::NotNull )
514 result = my_type->cast_to_ptr_type( my_type->join_ptr(in_ptr) );

Completed in 151 milliseconds