Searched refs:TestScanLoop (Results 1 – 1 of 1) sorted by relevance
22 class TestScanLoop final : public ScanLoop<TestScanLoop> { class23 friend class ScanLoop<TestScanLoop>;26 explicit TestScanLoop(SimdSupport ss) : ScanLoop(ss) {} in TestScanLoop() function in partition_alloc::internal::__anonb680e7ad0111::TestScanLoop50 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 …]