Chromium Code Reviews| Index: runtime/vm/scavenger.h |
| =================================================================== |
| --- runtime/vm/scavenger.h (revision 9969) |
| +++ runtime/vm/scavenger.h (working copy) |
| @@ -85,6 +85,8 @@ |
| return had_promotion_failure_; |
| } |
| + void WriteProtect(bool read_only); |
| + |
| private: |
| uword FirstObjectStart() const { return to_->start() | object_alignment_; } |
| void Prologue(Isolate* isolate, bool invoke_api_callbacks); |