Home
last modified time | relevance | path

Searched refs:DelayedPersistentAllocation (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram.h91 class DelayedPersistentAllocation; variable
160 const DelayedPersistentAllocation& counts,
161 const DelayedPersistentAllocation& logged_counts,
252 const DelayedPersistentAllocation& counts,
253 const DelayedPersistentAllocation& logged_counts,
379 const DelayedPersistentAllocation& counts,
380 const DelayedPersistentAllocation& logged_counts,
421 const DelayedPersistentAllocation& counts,
422 const DelayedPersistentAllocation& logged_counts,
515 const DelayedPersistentAllocation& counts,
[all …]
Dpersistent_memory_allocator.cc1101 DelayedPersistentAllocation::DelayedPersistentAllocation( in DelayedPersistentAllocation() function in base::DelayedPersistentAllocation
1107 : DelayedPersistentAllocation( in DelayedPersistentAllocation()
1115 DelayedPersistentAllocation::DelayedPersistentAllocation( in DelayedPersistentAllocation() function in base::DelayedPersistentAllocation
1122 : DelayedPersistentAllocation( in DelayedPersistentAllocation()
1130 DelayedPersistentAllocation::DelayedPersistentAllocation( in DelayedPersistentAllocation() function in base::DelayedPersistentAllocation
1136 : DelayedPersistentAllocation(allocator, in DelayedPersistentAllocation()
1144 DelayedPersistentAllocation::DelayedPersistentAllocation( in DelayedPersistentAllocation() function in base::DelayedPersistentAllocation
1163 DelayedPersistentAllocation::~DelayedPersistentAllocation() = default;
1165 void* DelayedPersistentAllocation::Get() const { in Get()
Dhistogram.cc312 const DelayedPersistentAllocation& counts, in PersistentCreate()
313 const DelayedPersistentAllocation& logged_counts, in PersistentCreate()
599 const DelayedPersistentAllocation& counts, in Histogram()
600 const DelayedPersistentAllocation& logged_counts, in Histogram()
909 const DelayedPersistentAllocation& counts, in PersistentCreate()
910 const DelayedPersistentAllocation& logged_counts, in PersistentCreate()
947 const DelayedPersistentAllocation& counts, in LinearHistogram()
948 const DelayedPersistentAllocation& logged_counts, in LinearHistogram()
1126 const DelayedPersistentAllocation& counts, in PersistentCreate()
1127 const DelayedPersistentAllocation& logged_counts, in PersistentCreate()
[all …]
Dpersistent_memory_allocator.h782 class BASE_EXPORT DelayedPersistentAllocation {
804 DelayedPersistentAllocation(PersistentMemoryAllocator* allocator,
809 DelayedPersistentAllocation(PersistentMemoryAllocator* allocator,
815 DelayedPersistentAllocation(PersistentMemoryAllocator* allocator,
820 DelayedPersistentAllocation(PersistentMemoryAllocator* allocator,
826 ~DelayedPersistentAllocation();
Dsample_vector.h138 const DelayedPersistentAllocation& counts);
147 DelayedPersistentAllocation persistent_counts_;
Dsample_vector_unittest.cc388 const DelayedPersistentAllocation allocation(&allocator, &samples_ref, 1, in TEST_F()
481 const DelayedPersistentAllocation allocation(&allocator, &samples_ref, 1, in TEST_F()
Dpersistent_memory_allocator_unittest.cc492 DelayedPersistentAllocation da1(allocator_.get(), &ref1, 1001, 100, true); in TEST_F()
493 DelayedPersistentAllocation da2a(allocator_.get(), &ref2, 2002, 200, 0, true); in TEST_F()
494 DelayedPersistentAllocation da2b(allocator_.get(), &ref2, 2002, 200, 5, true); in TEST_F()
Dsample_vector.cc309 const DelayedPersistentAllocation& counts) in PersistentSampleVector()
Dpersistent_histogram_allocator.cc566 DelayedPersistentAllocation counts_data(memory_allocator_.get(), in CreateHistogram()
574 DelayedPersistentAllocation logged_data( in CreateHistogram()