Searched refs:scope_active_ (Results 1 – 2 of 2) sorted by relevance
711 : chunk_(nullptr), scope_active_(false) {} in CodePageMemoryModificationScope()720 scope_active_(chunk_->heap()->write_protect_code_memory() && in CodePageMemoryModificationScope()722 if (scope_active_) { in CodePageMemoryModificationScope()730 if (scope_active_) { in ~CodePageMemoryModificationScope()
2451 bool scope_active_; variable