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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.hpp467 //------------------------------ExpDNode---------------------------------------
469 class ExpDNode : public Node { class in inherits:Node
471 ExpDNode(Compile* C, Node *c, Node *in1) : Node(c, in1) { function in class:ExpDNode
H A Dsubnode.cpp1371 const Type *ExpDNode::Value( PhaseTransform *phase ) const {
H A Dlibrary_call.cpp1641 Node* n = _gvn.transform(new (C) ExpDNode(C, control(), arg));
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1941 declare_c2_type(ExpDNode, Node) \

Completed in 2369 milliseconds