Chromium Code Reviews| Index: runtime/vm/heap.h |
| diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
| index 1a5f2b6b800fb07d0ebb8a0662e07a529755f54f..8feb555470ab0364177434828d2c6fdbf1ce5740 100644 |
| --- a/runtime/vm/heap.h |
| +++ b/runtime/vm/heap.h |
| @@ -236,6 +236,10 @@ class Heap { |
| bool ShouldPretenure(intptr_t class_id) const; |
| + void SetupInstructionsSnapshotPage(void* pointer, uword size) { |
| + old_space_.SetupInstructionsSnapshotPage(pointer, size); |
| + } |
| + |
| private: |
| class GCStats : public ValueObject { |
| public: |