Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
H A Dpcscan.cc95 void PCScan::FinishScanForTesting() { in FinishScanForTesting() function in partition_alloc::internal::PCScan
96 PCScanInternal::Instance().FinishScanForTesting(); // IN-TEST in FinishScanForTesting()
H A Dpcscan_internal.h100 void FinishScanForTesting(); // IN-TEST
H A Dpcscan.h168 static void FinishScanForTesting(); in PA_COMPONENT_EXPORT()
H A Dpcscan_unittest.cc97 void FinishPCScanAsScanner() { PCScan::FinishScanForTesting(); } in FinishPCScanAsScanner()
H A Dpcscan_internal.cc1606 void PCScanInternal::FinishScanForTesting() { in FinishScanForTesting() function in partition_alloc::internal::PCScanInternal