equal
deleted
inserted
replaced
66 // addition to this it acts as a holder for various recorders and |
66 // addition to this it acts as a holder for various recorders and |
67 // memory allocators. |
67 // memory allocators. |
68 // |
68 // |
69 // Accessing this directly is kind of ugly, so it's private. Add |
69 // Accessing this directly is kind of ugly, so it's private. Add |
70 // new accessors below if you need something from it. |
70 // new accessors below if you need something from it. |
71 private: |
71 protected: |
72 ciEnv* env() const { |
72 ciEnv* env() const { |
73 assert(_env != NULL, "env not available"); |
73 assert(_env != NULL, "env not available"); |
74 return _env; |
74 return _env; |
75 } |
75 } |
76 |
76 |