Home
last modified time | relevance | path

Searched refs:WritableScope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.h2950 class WritableScope {
2952 explicit WritableScope(ReadOnlySpace* space) : space_(space) { in WritableScope() function
2956 ~WritableScope() { space_->MarkAsReadOnly(); } in ~WritableScope()
Dspaces.cc3353 WritableScope writable_scope(this); in AllocateChunk()