src/share/vm/opto/node.hpp

changeset 8476
94ec11846b18
parent 7564
9df0d8f65fea
child 8478
c42cb5db3601
equal deleted inserted replaced
8464:1c7a0413e1f3 8476:94ec11846b18
52 class CallRuntimeNode; 52 class CallRuntimeNode;
53 class CallStaticJavaNode; 53 class CallStaticJavaNode;
54 class CatchNode; 54 class CatchNode;
55 class CatchProjNode; 55 class CatchProjNode;
56 class CheckCastPPNode; 56 class CheckCastPPNode;
57 class CastIINode;
57 class ClearArrayNode; 58 class ClearArrayNode;
58 class CmpNode; 59 class CmpNode;
59 class CodeBuffer; 60 class CodeBuffer;
60 class ConstraintCastNode; 61 class ConstraintCastNode;
61 class ConNode; 62 class ConNode;
595 DEFINE_CLASS_ID(MachMerge, Mach, 6) 596 DEFINE_CLASS_ID(MachMerge, Mach, 6)
596 597
597 DEFINE_CLASS_ID(Type, Node, 2) 598 DEFINE_CLASS_ID(Type, Node, 2)
598 DEFINE_CLASS_ID(Phi, Type, 0) 599 DEFINE_CLASS_ID(Phi, Type, 0)
599 DEFINE_CLASS_ID(ConstraintCast, Type, 1) 600 DEFINE_CLASS_ID(ConstraintCast, Type, 1)
601 DEFINE_CLASS_ID(CastII, ConstraintCast, 0)
600 DEFINE_CLASS_ID(CheckCastPP, Type, 2) 602 DEFINE_CLASS_ID(CheckCastPP, Type, 2)
601 DEFINE_CLASS_ID(CMove, Type, 3) 603 DEFINE_CLASS_ID(CMove, Type, 3)
602 DEFINE_CLASS_ID(SafePointScalarObject, Type, 4) 604 DEFINE_CLASS_ID(SafePointScalarObject, Type, 4)
603 DEFINE_CLASS_ID(DecodeNarrowPtr, Type, 5) 605 DEFINE_CLASS_ID(DecodeNarrowPtr, Type, 5)
604 DEFINE_CLASS_ID(DecodeN, DecodeNarrowPtr, 0) 606 DEFINE_CLASS_ID(DecodeN, DecodeNarrowPtr, 0)
719 DEFINE_CLASS_QUERY(CallRuntime) 721 DEFINE_CLASS_QUERY(CallRuntime)
720 DEFINE_CLASS_QUERY(CallStaticJava) 722 DEFINE_CLASS_QUERY(CallStaticJava)
721 DEFINE_CLASS_QUERY(Catch) 723 DEFINE_CLASS_QUERY(Catch)
722 DEFINE_CLASS_QUERY(CatchProj) 724 DEFINE_CLASS_QUERY(CatchProj)
723 DEFINE_CLASS_QUERY(CheckCastPP) 725 DEFINE_CLASS_QUERY(CheckCastPP)
726 DEFINE_CLASS_QUERY(CastII)
724 DEFINE_CLASS_QUERY(ConstraintCast) 727 DEFINE_CLASS_QUERY(ConstraintCast)
725 DEFINE_CLASS_QUERY(ClearArray) 728 DEFINE_CLASS_QUERY(ClearArray)
726 DEFINE_CLASS_QUERY(CMove) 729 DEFINE_CLASS_QUERY(CMove)
727 DEFINE_CLASS_QUERY(Cmp) 730 DEFINE_CLASS_QUERY(Cmp)
728 DEFINE_CLASS_QUERY(CountedLoop) 731 DEFINE_CLASS_QUERY(CountedLoop)

mercurial