Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h645 scope_active_(chunk_->heap()->write_protect_code_memory() && in CodePageMemoryModificationScope()
647 if (scope_active_) { in CodePageMemoryModificationScope()
656 if (scope_active_) { in ~CodePageMemoryModificationScope()
Dheap.h2381 bool scope_active_; variable