Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index 3226828c2210436afae35a0440bc489d349aa705..fd769e0bf7d96bcaec11320a67997b8cbf69b11b 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -1078,6 +1078,7 @@ class Heap { |
| // Write barrier support for object[offset] = o; |
| inline void RecordWrite(Object* object, int offset, Object* o); |
| + inline void RecordWrites(FixedArray* array, int offset, int length); |
|
Hannes Payer (out of office)
2016/04/01 11:34:40
Let's call it RecordFixedArrayElements.
|
| Address* store_buffer_top_address() { |
| return reinterpret_cast<Address*>(&roots_[kStoreBufferTopRootIndex]); |