Chromium Code Reviews| Index: vm/store_buffer.h |
| =================================================================== |
| --- vm/store_buffer.h (revision 9468) |
| +++ vm/store_buffer.h (working copy) |
| @@ -11,6 +11,8 @@ |
| namespace dart { |
|
siva
2012/07/09 22:51:07
// Forward declarations.
Ivan Posva
2012/07/09 22:59:35
Done.
|
| +class Isolate; |
| + |
| class StoreBufferBlock { |
| public: |
| // Each block contains kSize pointers. |
| @@ -35,6 +37,7 @@ |
| // Process this store buffer and remember its contents in the heap. |
| void ProcessBuffer(); |
| + void ProcessBuffer(Isolate* isolate); |
| bool Contains(uword pointer); |