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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.hpp509 //------------------------------PowDNode---------------------------------------
511 class PowDNode : public Node { class in inherits:Node
513 PowDNode(Compile* C, Node *c, Node *in1, Node *in2 ) : Node(c, in1, in2) { function in class:PowDNode
H A Dsubnode.cpp1383 const Type *PowDNode::Value( PhaseTransform *phase ) const {
H A Dlibrary_call.cpp1676 result = _gvn.transform(new (C) PowDNode(C, control(), x, y));
1703 Node *fast_result = _gvn.transform( new (C) PowDNode(C, control(), x, y) );
1763 Node *absxpowy = _gvn.transform( new (C) PowDNode(C, control(), absx, y) );
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1944 declare_c2_type(PowDNode, Node) \

Completed in 81 milliseconds