Lines Matching refs:params

68   } params = {{}, callback, argument};  in LockStuffAndStopTheWorld()  local
72 auto params = static_cast<const Params *>(data); in LockStuffAndStopTheWorld() local
75 ScanGlobalRange(begin, end, &params->argument->frontier); in LockStuffAndStopTheWorld()
80 auto params = static_cast<const Params *>(data); in LockStuffAndStopTheWorld() local
83 ScanRangeForPointers(begin, end, &params->argument->frontier, "STACK", in LockStuffAndStopTheWorld()
89 auto params = static_cast<const Params *>(data); in LockStuffAndStopTheWorld() local
92 ScanRangeForPointers(begin, end, &params->argument->frontier, "REGISTERS", in LockStuffAndStopTheWorld()
99 GetAllThreadAllocatorCachesLocked(&params.allocator_caches); in LockStuffAndStopTheWorld()
100 __sanitizer::Sort(params.allocator_caches.data(), in LockStuffAndStopTheWorld()
101 params.allocator_caches.size()); in LockStuffAndStopTheWorld()
107 auto params = static_cast<const Params *>(data); in LockStuffAndStopTheWorld() local
110 auto i = __sanitizer::InternalLowerBound(params->allocator_caches, begin); in LockStuffAndStopTheWorld()
111 if (i < params->allocator_caches.size() && in LockStuffAndStopTheWorld()
112 params->allocator_caches[i] >= begin && in LockStuffAndStopTheWorld()
113 end - params->allocator_caches[i] <= sizeof(AllocatorCache)) { in LockStuffAndStopTheWorld()
115 ScanRangeForPointers(begin, params->allocator_caches[i], in LockStuffAndStopTheWorld()
116 &params->argument->frontier, "TLS", kReachable); in LockStuffAndStopTheWorld()
117 uptr begin2 = params->allocator_caches[i] + sizeof(AllocatorCache); in LockStuffAndStopTheWorld()
118 ScanRangeForPointers(begin2, end, &params->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
121 ScanRangeForPointers(begin, end, &params->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
134 auto params = static_cast<const Params *>(data); in LockStuffAndStopTheWorld() local
146 &params->argument->frontier); in LockStuffAndStopTheWorld()
149 params->callback(SuspendedThreadsListFuchsia(), params->argument); in LockStuffAndStopTheWorld()
151 &params); in LockStuffAndStopTheWorld()