HomeSort by relevance Sort by last modified time
    Searched refs:MakeIterable (Results 1 - 13 of 13) sorted by null

  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 158 allocator_->MakeIterable(block1);
182 allocator_->MakeIterable(obj2);
318 allocator_.MakeIterable(block);
431 allocator_->MakeIterable(block);
574 allocator_->MakeIterable(block1);
575 allocator_->MakeIterable(block2);
576 allocator_->MakeIterable(block3);
577 allocator_->MakeIterable(block4);
578 allocator_->MakeIterable(block5);
629 local.MakeIterable(r123)
    [all...]
persistent_memory_allocator.h 128 // MakeIterable() was called on them. Once an allocation is made iterable,
147 // objects (those that never had MakeIterable() called for them) will cause
466 void MakeIterable(Reference ref);
596 void MakeIterable(const T* obj) {
597 MakeIterable(GetAsReference<T>(obj));
    [all...]
persistent_sample_map.cc 191 allocator->MakeIterable(ref);
persistent_memory_allocator.cc 760 // will call MakeIterable() which does the release operation.
    [all...]
field_trial.cc 50 // This is safe from race conditions because MakeIterable is a release operation
52 // MakeIterable happen before memory reads after GetNextOfType.
    [all...]
persistent_histogram_allocator.cc 435 memory_allocator_->MakeIterable(ref);
    [all...]
  /external/v8/src/heap/
sweeper.h 161 void MakeIterable(Page* page);
sweeper.cc 518 MakeIterable(page);
540 sweeper_->MakeIterable(page);
577 void Sweeper::MakeIterable(Page* page) {
mark-compact.h     [all...]
mark-compact.cc     [all...]
spaces.cc 70 heap->minor_mark_compact_collector()->MakeIterable(
    [all...]
  /external/libchrome/base/debug/
activity_tracker.cc 235 allocator_->MakeIterable(allocated);
    [all...]
  /external/libchrome/base/
feature_list.cc 183 allocator->MakeIterable(entry);

Completed in 831 milliseconds