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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp198 virtual const Type *xmeet( const Type *t ) const;
370 virtual const Type *xmeet( const Type *t ) const;
397 virtual const Type *xmeet( const Type *t ) const;
432 virtual const Type *xmeet( const Type *t ) const;
488 virtual const Type *xmeet( const Type *t ) const;
541 virtual const Type *xmeet( const Type *t ) const;
578 virtual const Type *xmeet( const Type *t ) const;
620 virtual const Type *xmeet( const Type *t) const;
689 virtual const Type *xmeet( const Type *t ) const;
738 virtual const Type *xmeet( cons
[all...]
H A Dtype.cpp562 const Type *mt = xmeet(t);
565 assert( mt == t->xmeet(this), "meet not commutative" );
567 const Type *t2t = dual_join->xmeet(t->_dual);
568 const Type *t2this = dual_join->xmeet( _dual);
593 //------------------------------xmeet------------------------------------------
595 const Type *Type::xmeet( const Type *t ) const { function in class:Type
615 return t->xmeet(this);
618 return t->xmeet(this);
621 return t->xmeet(this);
624 return t->xmeet(thi
855 const Type *TypeF::xmeet( const Type *t ) const { function in class:TypeF
971 const Type *TypeD::xmeet( const Type *t ) const { function in class:TypeD
1124 const Type *TypeInt::xmeet( const Type *t ) const { function in class:TypeInt
1380 const Type *TypeLong::xmeet( const Type *t ) const { function in class:TypeLong
1721 const Type *TypeTuple::xmeet( const Type *t ) const { function in class:TypeTuple
1841 const Type *TypeAry::xmeet( const Type *t ) const { function in class:TypeAry
1986 const Type *TypeVect::xmeet( const Type *t ) const { function in class:TypeVect
2108 const Type *TypePtr::xmeet( const Type *t ) const { function in class:TypePtr
2266 const Type *TypeRawPtr::xmeet( const Type *t ) const { function in class:TypeRawPtr
2484 const Type *TypeOopPtr::xmeet( const Type *t ) const { function in class:TypeOopPtr
2950 const Type *TypeInstPtr::xmeet( const Type *t ) const { function in class:TypeInstPtr
3451 const Type *TypeAryPtr::xmeet( const Type *t ) const { function in class:TypeAryPtr
3751 const Type *TypeNarrowOop::xmeet( const Type *t ) const { function in class:TypeNarrowOop
3997 const Type *TypeKlassPtr::xmeet( const Type *t ) const { function in class:TypeKlassPtr
4215 const Type *TypeFunc::xmeet( const Type *t ) const { function in class:TypeFunc
[all...]

Completed in 41 milliseconds