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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.hpp64 virtual const Type *mul_ring( const Type *, const Type * ) const = 0;
87 virtual const Type *mul_ring( const Type *, const Type * ) const;
103 virtual const Type *mul_ring( const Type *, const Type * ) const;
119 virtual const Type *mul_ring( const Type *, const Type * ) const;
134 virtual const Type *mul_ring( const Type *, const Type * ) const;
163 virtual const Type *mul_ring( const Type *, const Type * ) const;
180 virtual const Type *mul_ring( const Type *, const Type * ) const;
H A Dmulnode.cpp101 const Type *tcon01 = ((MulNode*)mul1)->mul_ring(t2,t12);
120 const Type *tcon01 = mul_ring(t2,t12);
169 return mul_ring(t1,t2); // Local flavor of type multiplication
230 //------------------------------mul_ring---------------------------------------
232 const Type *MulINode::mul_ring(const Type *t0, const Type *t1) const { function in class:MulINode
326 //------------------------------mul_ring---------------------------------------
328 const Type *MulLNode::mul_ring(const Type *t0, const Type *t1) const { function in class:MulLNode
365 //------------------------------mul_ring---------------------------------------
367 const Type *MulFNode::mul_ring(const Type *t0, const Type *t1) const { function in class:MulFNode
373 //------------------------------mul_ring
375 const Type *MulDNode::mul_ring(const Type *t0, const Type *t1) const { function in class:MulDNode
406 const Type *AndINode::mul_ring( const Type *t0, const Type *t1 ) const { function in class:AndINode
538 const Type *AndLNode::mul_ring( const Type *t0, const Type *t1 ) const { function in class:AndLNode
[all...]

Completed in 35 milliseconds