src/hotspot/share/opto/node.hpp
changeset 52925 9c18c9d839d3
parent 52449 bac05440d98c
child 53244 9807daeb47c4
equal deleted inserted replaced
52924:420ff459906f 52925:9c18c9d839d3
   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;
   145 class StartNode;
   146 class StartNode;
   146 class State;
   147 class State;
   147 class StoreNode;
   148 class StoreNode;
   148 class SubNode;
   149 class SubNode;
   149 class Type;
   150 class Type;
   673         DEFINE_CLASS_ID(DecodeN, DecodeNarrowPtr, 0)
   674         DEFINE_CLASS_ID(DecodeN, DecodeNarrowPtr, 0)
   674         DEFINE_CLASS_ID(DecodeNKlass, DecodeNarrowPtr, 1)
   675         DEFINE_CLASS_ID(DecodeNKlass, DecodeNarrowPtr, 1)
   675       DEFINE_CLASS_ID(EncodeNarrowPtr, Type, 6)
   676       DEFINE_CLASS_ID(EncodeNarrowPtr, Type, 6)
   676         DEFINE_CLASS_ID(EncodeP, EncodeNarrowPtr, 0)
   677         DEFINE_CLASS_ID(EncodeP, EncodeNarrowPtr, 0)
   677         DEFINE_CLASS_ID(EncodePKlass, EncodeNarrowPtr, 1)
   678         DEFINE_CLASS_ID(EncodePKlass, EncodeNarrowPtr, 1)
       
   679       DEFINE_CLASS_ID(ShenandoahBarrier, Type, 7)
   678 
   680 
   679     DEFINE_CLASS_ID(Proj,  Node, 3)
   681     DEFINE_CLASS_ID(Proj,  Node, 3)
   680       DEFINE_CLASS_ID(CatchProj, Proj, 0)
   682       DEFINE_CLASS_ID(CatchProj, Proj, 0)
   681       DEFINE_CLASS_ID(JumpProj,  Proj, 1)
   683       DEFINE_CLASS_ID(JumpProj,  Proj, 1)
   682       DEFINE_CLASS_ID(IfProj,    Proj, 2)
   684       DEFINE_CLASS_ID(IfProj,    Proj, 2)
   871   DEFINE_CLASS_QUERY(Proj)
   873   DEFINE_CLASS_QUERY(Proj)
   872   DEFINE_CLASS_QUERY(Region)
   874   DEFINE_CLASS_QUERY(Region)
   873   DEFINE_CLASS_QUERY(Root)
   875   DEFINE_CLASS_QUERY(Root)
   874   DEFINE_CLASS_QUERY(SafePoint)
   876   DEFINE_CLASS_QUERY(SafePoint)
   875   DEFINE_CLASS_QUERY(SafePointScalarObject)
   877   DEFINE_CLASS_QUERY(SafePointScalarObject)
       
   878   DEFINE_CLASS_QUERY(ShenandoahBarrier)
   876   DEFINE_CLASS_QUERY(Start)
   879   DEFINE_CLASS_QUERY(Start)
   877   DEFINE_CLASS_QUERY(Store)
   880   DEFINE_CLASS_QUERY(Store)
   878   DEFINE_CLASS_QUERY(Sub)
   881   DEFINE_CLASS_QUERY(Sub)
   879   DEFINE_CLASS_QUERY(Type)
   882   DEFINE_CLASS_QUERY(Type)
   880   DEFINE_CLASS_QUERY(Vector)
   883   DEFINE_CLASS_QUERY(Vector)