hotspot/src/share/vm/c1/c1_LIR.hpp
changeset 15108 25a01874cc47
parent 13886 8d82c4dfa722
child 15937 fd3d2d0175f9
equal deleted inserted replaced
15085:e0b0c4bbad19 15108:25a01874cc47
  2257 class LIR_OpVisitState: public StackObj {
  2257 class LIR_OpVisitState: public StackObj {
  2258  public:
  2258  public:
  2259   typedef enum { inputMode, firstMode = inputMode, tempMode, outputMode, numModes, invalidMode = -1 } OprMode;
  2259   typedef enum { inputMode, firstMode = inputMode, tempMode, outputMode, numModes, invalidMode = -1 } OprMode;
  2260 
  2260 
  2261   enum {
  2261   enum {
  2262     maxNumberOfOperands = 16,
  2262     maxNumberOfOperands = 20,
  2263     maxNumberOfInfos = 4
  2263     maxNumberOfInfos = 4
  2264   };
  2264   };
  2265 
  2265 
  2266  private:
  2266  private:
  2267   LIR_Op*          _op;
  2267   LIR_Op*          _op;