Lines Matching refs:ScanRangeForPointers
146 void ScanRangeForPointers(uptr begin, uptr end, in ScanRangeForPointers() function
184 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable); in ForEachExtraStackRangeCb()
217 ScanRangeForPointers(registers_begin, registers_end, frontier, in ProcessThreads()
240 ScanRangeForPointers(stack_begin, stack_end, frontier, "STACK", in ProcessThreads()
248 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable); in ProcessThreads()
255 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
258 ScanRangeForPointers(cache_end, tls_end, frontier, "TLS", kReachable); in ProcessThreads()
266 ScanRangeForPointers(dtls_beg, dtls_end, frontier, "DTLS", in ProcessThreads()
290 ScanRangeForPointers(intersection_begin, intersection_end, frontier, in ProcessRootRegion()
311 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier, in FloodFillTag()
322 ScanRangeForPointers(chunk, chunk + m.requested_size(), in MarkIndirectlyLeakedCb()