equal
deleted
inserted
replaced
202 } |
202 } |
203 |
203 |
204 // Addresses of things in the frame |
204 // Addresses of things in the frame |
205 public: |
205 public: |
206 llvm::Value* slot_addr(int offset, |
206 llvm::Value* slot_addr(int offset, |
207 const llvm::Type* type = NULL, |
207 llvm::Type* type = NULL, |
208 const char* name = "") const; |
208 const char* name = "") const; |
209 |
209 |
210 llvm::Value* monitor_addr(int index) const { |
210 llvm::Value* monitor_addr(int index) const { |
211 return slot_addr( |
211 return slot_addr( |
212 monitor_offset(index), |
212 monitor_offset(index), |