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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.hpp45 class MachNullCheckNode;
536 class MachNullCheckNode : public MachBranchNode { class in inherits:MachBranchNode
539 MachNullCheckNode( Node *ctrl, Node *memop, uint vidx ) : MachBranchNode(), _vidx(vidx) { function in class:MachNullCheckNode

Completed in 26 milliseconds