Searched refs:readonly_ (Results 1 – 2 of 2) sorted by relevance
260 readonly_(readonly), in PersistentMemoryAllocator()393 if (name.empty() || readonly_) in CreateTrackingHistograms()437 DCHECK(!readonly_); in ChangeType()466 DCHECK(!readonly_); in AllocateImpl()580 DCHECK(!readonly_); in MakeIterable()647 if (!readonly_) { in SetCorrupt()721 DCHECK(!readonly_); in UpdateTrackingHistograms()
181 bool IsReadonly() { return readonly_; } in IsReadonly()335 const bool readonly_; // Indicates access to read-only memory. variable