Searched refs:scope_active_ (Results 1 – 2 of 2) sorted by relevance
650 : chunk_(nullptr), scope_active_(false) {} in CodePageMemoryModificationScope()659 scope_active_(chunk_->heap()->write_protect_code_memory() && in CodePageMemoryModificationScope()661 if (scope_active_) { in CodePageMemoryModificationScope()669 if (scope_active_) { in ~CodePageMemoryModificationScope()
2594 bool scope_active_; variable