Lines Matching refs:ScanRangeForPointers
268 void ScanRangeForPointers(uptr begin, uptr end, Frontier *frontier, in ScanRangeForPointers() function
318 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL", in ScanGlobalRange()
321 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange()
323 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange()
329 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable); in ForEachExtraStackRangeCb()
400 ScanRangeForPointers(registers_begin, registers_end, frontier, in ProcessThreads()
425 ScanRangeForPointers(stack_begin, stack_end, frontier, "STACK", in ProcessThreads()
437 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable); in ProcessThreads()
440 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
443 ScanRangeForPointers(cache_end, tls_end, frontier, "TLS", in ProcessThreads()
450 ScanRangeForPointers(reinterpret_cast<uptr>(dtls_begin), in ProcessThreads()
468 ScanRangeForPointers(dtls_beg, dtls_end, frontier, "DTLS", in ProcessThreads()
499 ScanRangeForPointers(intersection_begin, intersection_end, frontier, "ROOT", in ScanRootRegion()
526 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier, in FloodFillTag()
537 ScanRangeForPointers(chunk, chunk + m.requested_size(), in MarkIndirectlyLeakedCb()