Searched refs:MakeIterable (Results 1 – 13 of 13) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator_unittest.cc | 158 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 …]
|
D | persistent_memory_allocator.h | 466 void MakeIterable(Reference ref); 596 void MakeIterable(const T* obj) { in MakeIterable() function 597 MakeIterable(GetAsReference<T>(obj)); in MakeIterable()
|
D | persistent_sample_map.cc | 191 allocator->MakeIterable(ref); in CreatePersistentRecord()
|
D | persistent_memory_allocator.cc | 776 void PersistentMemoryAllocator::MakeIterable(Reference ref) { in MakeIterable() function in base::PersistentMemoryAllocator 1182 allocator_->MakeIterable(ref); in Get()
|
D | field_trial.cc | 1167 allocator->MakeIterable(ref); in ClearParamsFromSharedMemoryForTesting() 1453 allocator->MakeIterable(ref); in AddToAllocatorWhileLocked()
|
D | persistent_histogram_allocator.cc | 435 memory_allocator_->MakeIterable(ref); in FinalizeHistogram()
|
/external/v8/src/heap/ |
D | sweeper.cc | 518 MakeIterable(page); in EnsureIterabilityCompleted() 540 sweeper_->MakeIterable(page); in RunInternal() 577 void Sweeper::MakeIterable(Page* page) { in MakeIterable() function in v8::internal::Sweeper
|
D | sweeper.h | 161 void MakeIterable(Page* page);
|
D | mark-compact.cc | 3856 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()
|
D | mark-compact.h | 995 void MakeIterable(Page* page, MarkingTreatmentMode marking_mode,
|
D | spaces.cc | 70 heap->minor_mark_compact_collector()->MakeIterable( in AdvanceToNextPage()
|
/external/libchrome/base/debug/ |
D | activity_tracker.cc | 235 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/ |
D | feature_list.cc | 183 allocator->MakeIterable(entry); in AddFeaturesToAllocator()
|