Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc328 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()
Dpersistent_memory_allocator.h306 bool IsReadonly() const { return readonly_; } in IsReadonly()
676 const bool readonly_; // Indicates access to read-only memory. variable