Home
last modified time | relevance | path

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

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