Lines Matching refs:ScanRangeForPointers
181 void ScanRangeForPointers(uptr begin, uptr end, in ScanRangeForPointers() function
228 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL", in ScanGlobalRange()
231 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange()
233 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange()
239 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable); in ForEachExtraStackRangeCb()
309 ScanRangeForPointers(registers_begin, registers_end, frontier, in ProcessThreads()
334 ScanRangeForPointers(stack_begin, stack_end, frontier, "STACK", in ProcessThreads()
346 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable); in ProcessThreads()
349 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
352 ScanRangeForPointers(cache_end, tls_end, frontier, "TLS", in ProcessThreads()
359 ScanRangeForPointers(reinterpret_cast<uptr>(dtls_begin), in ProcessThreads()
377 ScanRangeForPointers(dtls_beg, dtls_end, frontier, "DTLS", in ProcessThreads()
407 ScanRangeForPointers(intersection_begin, intersection_end, frontier, "ROOT", in ScanRootRegion()
433 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier, in FloodFillTag()
444 ScanRangeForPointers(chunk, chunk + m.requested_size(), in MarkIndirectlyLeakedCb()