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

/openjdk7/hotspot/src/share/vm/opto/
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