Index: runtime/vm/heap.h |
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
index 4a8ae93afaacae64b41fc6437de10ee313139bac..2bec224194063bf6876a16849961be0857c702bf 100644 |
--- a/runtime/vm/heap.h |
+++ b/runtime/vm/heap.h |
@@ -251,8 +251,10 @@ class Heap { |
bool ShouldPretenure(intptr_t class_id) const; |
- void SetupInstructionsSnapshotPage(void* pointer, uword size) { |
- old_space_.SetupInstructionsSnapshotPage(pointer, size); |
+ void SetupInstructionsSnapshotPage(void* pointer, |
rmacnak
2016/01/15 00:57:01
SetupExternalPage
Florian Schneider
2016/01/15 15:56:01
Done.
|
+ uword size, |
+ bool is_executable) { |
+ old_space_.SetupInstructionsSnapshotPage(pointer, size, is_executable); |
} |
private: |