src/hotspot/share/opto/node.hpp
changeset 54423 6c0ab8bd8da5
parent 54327 a4d19817609c
child 54701 6b77693eda6a
equal deleted inserted replaced
54422:f562f8318ebd 54423:6c0ab8bd8da5
   140 class RegMask;
   140 class RegMask;
   141 class RegionNode;
   141 class RegionNode;
   142 class RootNode;
   142 class RootNode;
   143 class SafePointNode;
   143 class SafePointNode;
   144 class SafePointScalarObjectNode;
   144 class SafePointScalarObjectNode;
   145 class ShenandoahBarrierNode;
       
   146 class StartNode;
   145 class StartNode;
   147 class State;
   146 class State;
   148 class StoreNode;
   147 class StoreNode;
   149 class SubNode;
   148 class SubNode;
   150 class Type;
   149 class Type;
   674         DEFINE_CLASS_ID(DecodeN, DecodeNarrowPtr, 0)
   673         DEFINE_CLASS_ID(DecodeN, DecodeNarrowPtr, 0)
   675         DEFINE_CLASS_ID(DecodeNKlass, DecodeNarrowPtr, 1)
   674         DEFINE_CLASS_ID(DecodeNKlass, DecodeNarrowPtr, 1)
   676       DEFINE_CLASS_ID(EncodeNarrowPtr, Type, 6)
   675       DEFINE_CLASS_ID(EncodeNarrowPtr, Type, 6)
   677         DEFINE_CLASS_ID(EncodeP, EncodeNarrowPtr, 0)
   676         DEFINE_CLASS_ID(EncodeP, EncodeNarrowPtr, 0)
   678         DEFINE_CLASS_ID(EncodePKlass, EncodeNarrowPtr, 1)
   677         DEFINE_CLASS_ID(EncodePKlass, EncodeNarrowPtr, 1)
   679       DEFINE_CLASS_ID(ShenandoahBarrier, Type, 7)
       
   680 
   678 
   681     DEFINE_CLASS_ID(Proj,  Node, 3)
   679     DEFINE_CLASS_ID(Proj,  Node, 3)
   682       DEFINE_CLASS_ID(CatchProj, Proj, 0)
   680       DEFINE_CLASS_ID(CatchProj, Proj, 0)
   683       DEFINE_CLASS_ID(JumpProj,  Proj, 1)
   681       DEFINE_CLASS_ID(JumpProj,  Proj, 1)
   684       DEFINE_CLASS_ID(IfProj,    Proj, 2)
   682       DEFINE_CLASS_ID(IfProj,    Proj, 2)
   873   DEFINE_CLASS_QUERY(Proj)
   871   DEFINE_CLASS_QUERY(Proj)
   874   DEFINE_CLASS_QUERY(Region)
   872   DEFINE_CLASS_QUERY(Region)
   875   DEFINE_CLASS_QUERY(Root)
   873   DEFINE_CLASS_QUERY(Root)
   876   DEFINE_CLASS_QUERY(SafePoint)
   874   DEFINE_CLASS_QUERY(SafePoint)
   877   DEFINE_CLASS_QUERY(SafePointScalarObject)
   875   DEFINE_CLASS_QUERY(SafePointScalarObject)
   878   DEFINE_CLASS_QUERY(ShenandoahBarrier)
       
   879   DEFINE_CLASS_QUERY(Start)
   876   DEFINE_CLASS_QUERY(Start)
   880   DEFINE_CLASS_QUERY(Store)
   877   DEFINE_CLASS_QUERY(Store)
   881   DEFINE_CLASS_QUERY(Sub)
   878   DEFINE_CLASS_QUERY(Sub)
   882   DEFINE_CLASS_QUERY(Type)
   879   DEFINE_CLASS_QUERY(Type)
   883   DEFINE_CLASS_QUERY(Vector)
   880   DEFINE_CLASS_QUERY(Vector)