equal
deleted
inserted
replaced
184 } |
184 } |
185 |
185 |
186 private: |
186 private: |
187 static const int bcp_offset; |
187 static const int bcp_offset; |
188 intptr_t* locals_addr_at(int offset) const; |
188 intptr_t* locals_addr_at(int offset) const; |
189 |
189 StackValueCollection* stack_data(bool expressions) const; |
190 // returns where the parameters starts relative to the frame pointer |
190 // returns where the parameters starts relative to the frame pointer |
191 int start_of_parameters() const; |
191 int start_of_parameters() const; |
192 |
192 |
193 #ifndef PRODUCT |
193 #ifndef PRODUCT |
194 public: |
194 public: |