Searched refs:write_unprotect_counter_ (Results 1 – 2 of 2) sorted by relevance
50 if (write_unprotect_counter_ == 0) { in DecrementWriteUnprotectCounterAndMaybeSetPermissions()56 write_unprotect_counter_--; in DecrementWriteUnprotectCounterAndMaybeSetPermissions()57 DCHECK_LT(write_unprotect_counter_, kMaxWriteUnprotectCounter); in DecrementWriteUnprotectCounterAndMaybeSetPermissions()58 if (write_unprotect_counter_ == 0) { in DecrementWriteUnprotectCounterAndMaybeSetPermissions()84 write_unprotect_counter_++; in SetReadAndWritable()85 DCHECK_LE(write_unprotect_counter_, kMaxWriteUnprotectCounter); in SetReadAndWritable()86 if (write_unprotect_counter_ == 1) { in SetReadAndWritable()122 chunk->write_unprotect_counter_ = 0; in Initialize()138 chunk->write_unprotect_counter_ = in Initialize()417 DCHECK_EQ(reinterpret_cast<Address>(&chunk->write_unprotect_counter_) - in ValidateOffsets()
291 uintptr_t write_unprotect_counter_; variable