Home
last modified time | relevance | path

Searched refs:MakeIterable (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc145 allocator_->MakeIterable(block1); in TEST_F()
169 allocator_->MakeIterable(obj2); in TEST_F()
305 allocator_.MakeIterable(block); in Run()
418 allocator_->MakeIterable(block); in TEST_F()
520 allocator_->MakeIterable(block1); in TEST_F()
521 allocator_->MakeIterable(block2); in TEST_F()
522 allocator_->MakeIterable(block3); in TEST_F()
523 allocator_->MakeIterable(block4); in TEST_F()
524 allocator_->MakeIterable(block5); in TEST_F()
575 local.MakeIterable(r123); in TEST()
[all …]
Dpersistent_memory_allocator.h465 void MakeIterable(Reference ref);
594 void MakeIterable(const T* obj) { in MakeIterable() function
595 MakeIterable(GetAsReference<T>(obj)); in MakeIterable()
Dpersistent_sample_map.cc180 allocator->MakeIterable(ref); in CreatePersistentRecord()
Dfield_trial.cc1106 allocator->MakeIterable(ref); in ClearParamsFromSharedMemoryForTesting()
1307 allocator->MakeIterable(ref); in AddToAllocatorWhileLocked()
Dpersistent_histogram_allocator.cc425 memory_allocator_->MakeIterable(ref); in FinalizeHistogram()
Dpersistent_memory_allocator.cc740 void PersistentMemoryAllocator::MakeIterable(Reference ref) { in MakeIterable() function in base::PersistentMemoryAllocator
/external/libchrome/base/debug/
Dactivity_tracker.cc235 allocator_->MakeIterable(allocated); in GetObjectReference()
1569 allocator_->MakeIterable(ref); in RecordLogMessage()
1595 allocator_->MakeIterable(record); in RecordModuleInfo()
1649 allocator_->MakeIterable(allocator_->GetAsReference( in GlobalActivityTracker()
1651 allocator_->MakeIterable(allocator_->GetAsReference( in GlobalActivityTracker()
/external/libchrome/base/
Dfeature_list.cc178 allocator->MakeIterable(entry); in AddFeaturesToAllocator()