Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/starscan/
Dpcscan.h45 enum class InvocationMode { in PA_COMPONENT_EXPORT() enum
105 static void PerformScan(InvocationMode invocation_mode); in PA_COMPONENT_EXPORT()
107 static void PerformScanIfNeeded(InvocationMode invocation_mode); in PA_COMPONENT_EXPORT()
266 instance.PerformScan(InvocationMode::kNonBlocking); in MoveToQuarantine()
Dpcscan.cc47 void PCScan::PerformScan(InvocationMode invocation_mode) { in PerformScan()
51 void PCScan::PerformScanIfNeeded(InvocationMode invocation_mode) { in PerformScanIfNeeded()
Dpcscan_internal.h58 void PerformScan(PCScan::InvocationMode);
59 void PerformScanIfNeeded(PCScan::InvocationMode);
Dpcscan_internal.cc1277 PCScan::Instance().PerformScan(PCScan::InvocationMode::kNonBlocking); in TaskLoop()
1327 void PCScanInternal::PerformScan(PCScan::InvocationMode invocation_mode) { in PerformScan()
1358 PCScan::InvocationMode::kScheduleOnlyForTesting)) { in PerformScan()
1366 if (PA_LIKELY(invocation_mode == PCScan::InvocationMode::kNonBlocking)) { in PerformScan()
1369 PA_SCAN_DCHECK(PCScan::InvocationMode::kBlocking == invocation_mode || in PerformScan()
1370 PCScan::InvocationMode::kForcedBlocking == invocation_mode); in PerformScan()
1376 PCScan::InvocationMode invocation_mode) { in PerformScanIfNeeded()
1381 if (invocation_mode == PCScan::InvocationMode::kForcedBlocking || in PerformScanIfNeeded()
Dpcscan_scheduling.cc36 PCScan::PerformScan(PCScan::InvocationMode::kNonBlocking); in EnableScheduling()
Dpcscan_unittest.cc81 PCScan::Instance().PerformScan(PCScan::InvocationMode::kBlocking); in RunPCScan()
86 PCScan::InvocationMode::kScheduleOnlyForTesting); in SchedulePCScan()
/external/cronet/base/allocator/partition_allocator/
Dmemory_reclaimer.cc73 ? PCScan::InvocationMode::kForcedBlocking in Reclaim()
74 : PCScan::InvocationMode::kBlocking; in Reclaim()