Searched refs:WritableScope (Results 1 – 2 of 2) sorted by relevance
2950 class WritableScope {2952 explicit WritableScope(ReadOnlySpace* space) : space_(space) { in WritableScope() function2956 ~WritableScope() { space_->MarkAsReadOnly(); } in ~WritableScope()
3353 WritableScope writable_scope(this); in AllocateChunk()