Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
H A Dpcscan.h46 enum class InvocationMode { in PA_COMPONENT_EXPORT() enum
106 static void PerformScan(InvocationMode invocation_mode); in PA_COMPONENT_EXPORT()
108 static void PerformScanIfNeeded(InvocationMode invocation_mode); in PA_COMPONENT_EXPORT()
265 instance.PerformScan(InvocationMode::kNonBlocking); in MoveToQuarantine()
H A Dpcscan_internal.cc1280 PCScan::Instance().PerformScan(PCScan::InvocationMode::kNonBlocking); in TaskLoop()
1330 void PCScanInternal::PerformScan(PCScan::InvocationMode invocation_mode) { in PerformScan()
1361 PCScan::InvocationMode::kScheduleOnlyForTesting)) { in PerformScan()
1369 if (PA_LIKELY(invocation_mode == PCScan::InvocationMode::kNonBlocking)) { in PerformScan()
1372 PA_SCAN_DCHECK(PCScan::InvocationMode::kBlocking == invocation_mode || in PerformScan()
1373 PCScan::InvocationMode::kForcedBlocking == invocation_mode); in PerformScan()
1379 PCScan::InvocationMode invocation_mode) { in PerformScanIfNeeded()
1384 if (invocation_mode == PCScan::InvocationMode::kForcedBlocking || in PerformScanIfNeeded()
H A Dpcscan.cc47 void PCScan::PerformScan(InvocationMode invocation_mode) { in PerformScan()
51 void PCScan::PerformScanIfNeeded(InvocationMode invocation_mode) { in PerformScanIfNeeded()
H A Dpcscan_internal.h59 void PerformScan(PCScan::InvocationMode);
60 void PerformScanIfNeeded(PCScan::InvocationMode);
H A Dpcscan_scheduling.cc36 PCScan::PerformScan(PCScan::InvocationMode::kNonBlocking); in EnableScheduling()
H A Dpcscan_unittest.cc83 PCScan::Instance().PerformScan(PCScan::InvocationMode::kBlocking); in RunPCScan()
88 PCScan::InvocationMode::kScheduleOnlyForTesting); in SchedulePCScan()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dmemory_reclaimer.cc72 ? PCScan::InvocationMode::kForcedBlocking in Reclaim()
73 : PCScan::InvocationMode::kBlocking; in Reclaim()