Home
last modified time | relevance | path

Searched refs:old_allocator (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_histogram_allocator_unittest.cc234 GlobalHistogramAllocator* old_allocator = in TEST_F() local
271 GlobalHistogramAllocator::Set(old_allocator); in TEST_F()
380 GlobalHistogramAllocator* old_allocator = in TEST_F() local
420 GlobalHistogramAllocator::Set(old_allocator); in TEST_F()
539 GlobalHistogramAllocator* old_allocator = in TEST_F() local
560 GlobalHistogramAllocator::Set(old_allocator); in TEST_F()
H A Dstatistics_recorder_unittest.cc817 GlobalHistogramAllocator* old_allocator = in TEST_P() local
828 GlobalHistogramAllocator::Set(old_allocator); in TEST_P()
/aosp_15_r20/external/libchrome/base/debug/
H A Dactivity_analyzer_unittest.cc75 PersistentMemoryAllocator* old_allocator = old_global->allocator(); in AsOtherProcess() local
78 const_cast<void*>(old_allocator->data()), old_allocator->size(), 0, in AsOtherProcess()
/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_histogram_allocator_unittest.cc222 std::unique_ptr<GlobalHistogramAllocator> old_allocator = in TEST_F() local
256 GlobalHistogramAllocator::Set(std::move(old_allocator)); in TEST_F()
H A Dstatistics_recorder_unittest.cc669 std::unique_ptr<GlobalHistogramAllocator> old_allocator = in TEST_P() local
680 GlobalHistogramAllocator::Set(std::move(old_allocator)); in TEST_P()
/aosp_15_r20/art/runtime/gc/
H A Dheap.h310 AllocatorType GetUpdatedAllocator(AllocatorType old_allocator) { in GetUpdatedAllocator() argument
311 return (old_allocator == kAllocatorTypeNonMoving) ? in GetUpdatedAllocator()