Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
H A Dscan_loop_unittest.cc22 class TestScanLoop final : public ScanLoop<TestScanLoop> { class
23 friend class ScanLoop<TestScanLoop>;
26 explicit TestScanLoop(SimdSupport ss) : ScanLoop(ss) {} in TestScanLoop() function in partition_alloc::internal::__anonb680e7ad0111::TestScanLoop
50 void TestOnRangeWithAlignment(TestScanLoop& sl, in TestOnRangeWithAlignment()
67 TestScanLoop sl(SimdSupport::kUnvectorized); in TEST()
71 TestScanLoop sl(SimdSupport::kUnvectorized); in TEST()
75 TestScanLoop sl(SimdSupport::kUnvectorized); in TEST()
80 TestScanLoop sl(SimdSupport::kUnvectorized); in TEST()
92 TestScanLoop sl(SimdSupport::kSSE41); in TEST()
96 TestScanLoop sl(SimdSupport::kSSE41); in TEST()
[all …]