Searched refs:readonly_ (Results 1 – 2 of 2) sorted by relevance
328 readonly_(readonly), in PersistentMemoryAllocator()472 if (name.empty() || readonly_) in CreateTrackingHistograms()558 DCHECK(!readonly_); in ChangeType()633 DCHECK(!readonly_); in AllocateImpl()777 DCHECK(!readonly_); in MakeIterable()850 if (!readonly_) { in SetCorrupt()936 DCHECK(!readonly_); in UpdateTrackingHistograms()
306 bool IsReadonly() const { return readonly_; } in IsReadonly()676 const bool readonly_; // Indicates access to read-only memory. variable