Home
last modified time | relevance | path

Searched refs:page_protection_change_mutex_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dmemory-chunk.cc49 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()
Dmemory-chunk.h277 base::Mutex* page_protection_change_mutex_; variable