Searched refs:page_protection_change_mutex_ (Results 1 – 2 of 2) sorted by relevance
49 base::MutexGuard guard(page_protection_change_mutex_); in DecrementWriteUnprotectCounterAndMaybeSetPermissions()83 base::MutexGuard guard(page_protection_change_mutex_); in SetReadAndWritable()121 chunk->page_protection_change_mutex_ = new base::Mutex(); in Initialize()205 if (page_protection_change_mutex_ != nullptr) { in ReleaseAllocatedMemoryNeededForWritableChunk()206 delete page_protection_change_mutex_; in ReleaseAllocatedMemoryNeededForWritableChunk()207 page_protection_change_mutex_ = nullptr; in ReleaseAllocatedMemoryNeededForWritableChunk()414 DCHECK_EQ(reinterpret_cast<Address>(&chunk->page_protection_change_mutex_) - in ValidateOffsets()
277 base::Mutex* page_protection_change_mutex_; variable