Lines Matching refs:params

76   } params = {{}, callback, argument};  in LockStuffAndStopTheWorld()  local
80 auto params = static_cast<const Params *>(data); in LockStuffAndStopTheWorld() local
83 ScanGlobalRange(begin, end, &params->argument->frontier); in LockStuffAndStopTheWorld()
88 auto params = static_cast<const Params *>(data); in LockStuffAndStopTheWorld() local
91 ScanRangeForPointers(begin, end, &params->argument->frontier, "STACK", in LockStuffAndStopTheWorld()
97 auto params = static_cast<const Params *>(data); in LockStuffAndStopTheWorld() local
100 ScanRangeForPointers(begin, end, &params->argument->frontier, "REGISTERS", in LockStuffAndStopTheWorld()
107 GetAllThreadAllocatorCachesLocked(&params.allocator_caches); in LockStuffAndStopTheWorld()
108 __sanitizer::Sort(params.allocator_caches.data(), in LockStuffAndStopTheWorld()
109 params.allocator_caches.size()); in LockStuffAndStopTheWorld()
115 auto params = static_cast<const Params *>(data); in LockStuffAndStopTheWorld() local
118 auto i = __sanitizer::InternalLowerBound(params->allocator_caches, begin); in LockStuffAndStopTheWorld()
119 if (i < params->allocator_caches.size() && in LockStuffAndStopTheWorld()
120 params->allocator_caches[i] >= begin && in LockStuffAndStopTheWorld()
121 end - params->allocator_caches[i] <= sizeof(AllocatorCache)) { in LockStuffAndStopTheWorld()
123 ScanRangeForPointers(begin, params->allocator_caches[i], in LockStuffAndStopTheWorld()
124 &params->argument->frontier, "TLS", kReachable); in LockStuffAndStopTheWorld()
125 uptr begin2 = params->allocator_caches[i] + sizeof(AllocatorCache); in LockStuffAndStopTheWorld()
126 ScanRangeForPointers(begin2, end, &params->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
129 ScanRangeForPointers(begin, end, &params->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
142 auto params = static_cast<const Params *>(data); in LockStuffAndStopTheWorld() local
154 &params->argument->frontier); in LockStuffAndStopTheWorld()
157 params->callback(SuspendedThreadsListFuchsia(), params->argument); in LockStuffAndStopTheWorld()
159 &params); in LockStuffAndStopTheWorld()