src/share/vm/opto/node.hpp

changeset 8285
535618ab1c04
parent 8196
7c5babab479b
child 8504
a96cf90239c6
equal deleted inserted replaced
8282:16f7b676725a 8285:535618ab1c04
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;
601 DEFINE_CLASS_ID(MachMerge, Mach, 6) 602 DEFINE_CLASS_ID(MachMerge, Mach, 6)
602 603
603 DEFINE_CLASS_ID(Type, Node, 2) 604 DEFINE_CLASS_ID(Type, Node, 2)
604 DEFINE_CLASS_ID(Phi, Type, 0) 605 DEFINE_CLASS_ID(Phi, Type, 0)
605 DEFINE_CLASS_ID(ConstraintCast, Type, 1) 606 DEFINE_CLASS_ID(ConstraintCast, Type, 1)
607 DEFINE_CLASS_ID(CastII, ConstraintCast, 0)
606 DEFINE_CLASS_ID(CheckCastPP, Type, 2) 608 DEFINE_CLASS_ID(CheckCastPP, Type, 2)
607 DEFINE_CLASS_ID(CMove, Type, 3) 609 DEFINE_CLASS_ID(CMove, Type, 3)
608 DEFINE_CLASS_ID(SafePointScalarObject, Type, 4) 610 DEFINE_CLASS_ID(SafePointScalarObject, Type, 4)
609 DEFINE_CLASS_ID(DecodeNarrowPtr, Type, 5) 611 DEFINE_CLASS_ID(DecodeNarrowPtr, Type, 5)
610 DEFINE_CLASS_ID(DecodeN, DecodeNarrowPtr, 0) 612 DEFINE_CLASS_ID(DecodeN, DecodeNarrowPtr, 0)
725 DEFINE_CLASS_QUERY(CallRuntime) 727 DEFINE_CLASS_QUERY(CallRuntime)
726 DEFINE_CLASS_QUERY(CallStaticJava) 728 DEFINE_CLASS_QUERY(CallStaticJava)
727 DEFINE_CLASS_QUERY(Catch) 729 DEFINE_CLASS_QUERY(Catch)
728 DEFINE_CLASS_QUERY(CatchProj) 730 DEFINE_CLASS_QUERY(CatchProj)
729 DEFINE_CLASS_QUERY(CheckCastPP) 731 DEFINE_CLASS_QUERY(CheckCastPP)
732 DEFINE_CLASS_QUERY(CastII)
730 DEFINE_CLASS_QUERY(ConstraintCast) 733 DEFINE_CLASS_QUERY(ConstraintCast)
731 DEFINE_CLASS_QUERY(ClearArray) 734 DEFINE_CLASS_QUERY(ClearArray)
732 DEFINE_CLASS_QUERY(CMove) 735 DEFINE_CLASS_QUERY(CMove)
733 DEFINE_CLASS_QUERY(Cmp) 736 DEFINE_CLASS_QUERY(Cmp)
734 DEFINE_CLASS_QUERY(CountedLoop) 737 DEFINE_CLASS_QUERY(CountedLoop)

mercurial