Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc158 allocator_->MakeIterable(block1); in TEST_F()
182 allocator_->MakeIterable(obj2); in TEST_F()
318 allocator_.MakeIterable(block); in Run()
431 allocator_->MakeIterable(block); in TEST_F()
574 allocator_->MakeIterable(block1); in TEST_F()
575 allocator_->MakeIterable(block2); in TEST_F()
576 allocator_->MakeIterable(block3); in TEST_F()
577 allocator_->MakeIterable(block4); in TEST_F()
578 allocator_->MakeIterable(block5); in TEST_F()
629 local.MakeIterable(r123); in TEST()
[all …]
Dpersistent_memory_allocator.h466 void MakeIterable(Reference ref);
596 void MakeIterable(const T* obj) { in MakeIterable() function
597 MakeIterable(GetAsReference<T>(obj)); in MakeIterable()
Dpersistent_sample_map.cc191 allocator->MakeIterable(ref); in CreatePersistentRecord()
Dpersistent_memory_allocator.cc776 void PersistentMemoryAllocator::MakeIterable(Reference ref) { in MakeIterable() function in base::PersistentMemoryAllocator
1182 allocator_->MakeIterable(ref); in Get()
Dfield_trial.cc1167 allocator->MakeIterable(ref); in ClearParamsFromSharedMemoryForTesting()
1453 allocator->MakeIterable(ref); in AddToAllocatorWhileLocked()
Dpersistent_histogram_allocator.cc435 memory_allocator_->MakeIterable(ref); in FinalizeHistogram()
/external/v8/src/heap/
Dsweeper.cc518 MakeIterable(page); in EnsureIterabilityCompleted()
540 sweeper_->MakeIterable(page); in RunInternal()
577 void Sweeper::MakeIterable(Page* page) { in MakeIterable() function in v8::internal::Sweeper
Dsweeper.h161 void MakeIterable(Page* page);
Dmark-compact.cc3856 void MinorMarkCompactCollector::MakeIterable( in MakeIterable() function in v8::internal::MinorMarkCompactCollector
4381 collector_->MakeIterable(page, MarkingTreatmentMode::KEEP, in RawEvacuatePage()
4387 collector_->MakeIterable(page, MarkingTreatmentMode::KEEP, in RawEvacuatePage()
4401 collector_->MakeIterable(page, MarkingTreatmentMode::KEEP, in RawEvacuatePage()
4407 collector_->MakeIterable(page, MarkingTreatmentMode::KEEP, in RawEvacuatePage()
Dmark-compact.h995 void MakeIterable(Page* page, MarkingTreatmentMode marking_mode,
Dspaces.cc70 heap->minor_mark_compact_collector()->MakeIterable( in AdvanceToNextPage()
/external/libchrome/base/debug/
Dactivity_tracker.cc235 allocator_->MakeIterable(allocated); in GetObjectReference()
1607 allocator_->MakeIterable(ref); in RecordLogMessage()
1630 allocator_->MakeIterable(record); in RecordModuleInfo()
1687 allocator_->MakeIterable(allocator_->GetAsReference( in GlobalActivityTracker()
/external/libchrome/base/
Dfeature_list.cc183 allocator->MakeIterable(entry); in AddFeaturesToAllocator()