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

/openjdk7/hotspot/src/share/vm/opto/
H A Drootnode.hpp66 virtual uint match_edge(uint idx) const { return 0; } function in class:HaltNode
H A Daddnode.cpp729 //------------------------------match_edge-------------------------------------
731 uint AddPNode::match_edge(uint idx) const { function in class:AddPNode
H A Dsubnode.hpp302 uint match_edge(uint idx) const { return 0; } function in class:BoolNode
H A Dcfgnode.hpp506 uint match_edge(uint idx) const { return 0; } function in class:CreateExNode
H A Dcallnode.cpp162 uint ReturnNode::match_edge(uint idx) const { function in class:ReturnNode
206 uint RethrowNode::match_edge(uint idx) const { function in class:RethrowNode
224 uint TailCallNode::match_edge(uint idx) const { function in class:TailCallNode
230 uint TailJumpNode::match_edge(uint idx) const { function in class:TailJumpNode
653 uint CallNode::match_edge(uint idx) const { function in class:CallNode
1073 uint SafePointNode::match_edge(uint idx) const { function in class:SafePointNode
1116 uint SafePointScalarObjectNode::match_edge(uint idx) const { function in class:SafePointScalarObjectNode
H A Dmemnode.hpp189 virtual uint match_edge(uint idx) const;
479 virtual uint match_edge(uint idx) const;
655 virtual uint match_edge(uint idx) const { return idx == MemNode::Address || idx == MemNode::ValueIn; } function in class:LoadStoreNode
793 virtual uint match_edge(uint idx) const;
837 virtual uint match_edge(uint idx) const;
908 virtual uint match_edge(uint idx) const { return 0; } function in class:MemBarNode
1103 virtual uint match_edge(uint idx) const { return 0; } function in class:MergeMemNode
1329 virtual uint match_edge(uint idx) const { return idx==2; } function in class:PrefetchReadNode
1339 virtual uint match_edge(uint idx) const { return idx==2; } function in class:PrefetchWriteNode
1349 virtual uint match_edge(uin function in class:PrefetchAllocationNode
[all...]
H A Dnode.cpp1868 uint Node::match_edge(uint idx) const { function in class:Node
H A Dmemnode.cpp1780 //------------------------------match_edge-------------------------------------
1782 uint LoadNode::match_edge(uint idx) const { function in class:LoadNode
2414 //------------------------------match_edge-------------------------------------
2416 uint StoreNode::match_edge(uint idx) const { function in class:StoreNode
2618 //------------------------------match_edge-------------------------------------
2620 uint ClearArrayNode::match_edge(uint idx) const { function in class:ClearArrayNode
2782 uint StrIntrinsicNode::match_edge(uint idx) const { function in class:StrIntrinsicNode

Completed in 442 milliseconds