Searched refs:protect_code_memory_ (Results 1 – 2 of 2) sorted by relevance
518 : protect_code_memory_( in WasmCodeAllocator()777 if (protect_code_memory_) { in AllocateForCodeInRegion()799 DCHECK(protect_code_memory_); in AddWriter()804 DCHECK(protect_code_memory_); in RemoveWriter()823 if (!protect_code_memory_) return; in MakeWritable()
607 const bool protect_code_memory_; variable