Home
last modified time | relevance | path

Searched refs:write_protect_code_memory (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap-inl.h603 if (heap_->write_protect_code_memory()) { in CodeSpaceMemoryModificationScope()
617 if (heap_->write_protect_code_memory()) { in ~CodeSpaceMemoryModificationScope()
633 if (heap_->write_protect_code_memory()) { in CodePageCollectionMemoryModificationScope()
640 if (heap_->write_protect_code_memory()) { in ~CodePageCollectionMemoryModificationScope()
659 scope_active_(chunk_->heap()->write_protect_code_memory() && in CodePageMemoryModificationScope()
Dmemory-chunk.cc160 if (heap->write_protect_code_memory()) { in MemoryChunk()
Dheap.h614 bool write_protect_code_memory() const { return write_protect_code_memory_; } in write_protect_code_memory() function
Dheap.cc2830 if (!write_protect_code_memory()) return; in UnprotectAndRegisterMemoryChunk()
/third_party/node/deps/v8/src/flags/
Dflag-definitions.h534 DEFINE_WEAK_VALUE_IMPLICATION(future, write_protect_code_memory, false)
1264 DEFINE_BOOL_READONLY(write_protect_code_memory, true,
1267 DEFINE_BOOL(write_protect_code_memory, true, "write protect code memory")
2075 DEFINE_NEG_IMPLICATION(perf_prof, write_protect_code_memory)