Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: vm/store_buffer.h

Issue 10758008: - On store buffer block overflow call a VM leaf function to (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vm/assembler_x64.cc ('k') | vm/store_buffer.cc » ('j') | vm/stub_code_ia32.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « vm/assembler_x64.cc ('k') | vm/store_buffer.cc » ('j') | vm/stub_code_ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698