Home
last modified time | relevance | path

Searched refs:ScanRangeForPointers (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_common.cc133 void ScanRangeForPointers(uptr begin, uptr end, in ScanRangeForPointers() function
172 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable); in ForEachExtraStackRangeCb()
204 ScanRangeForPointers(registers_begin, registers_end, frontier, in ProcessThreads()
218 ScanRangeForPointers(stack_begin, stack_end, frontier, "STACK", in ProcessThreads()
226 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable); in ProcessThreads()
233 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
236 ScanRangeForPointers(cache_end, tls_end, frontier, "TLS", kReachable); in ProcessThreads()
257 ScanRangeForPointers(intersection_begin, intersection_end, frontier, in ProcessRootRegion()
278 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier, in FloodFillTag()
289 ScanRangeForPointers(chunk, chunk + m.requested_size(), in MarkIndirectlyLeakedCb()
Dlsan_common_linux.cc73 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL", in ProcessGlobalRegionsCallback()
76 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", in ProcessGlobalRegionsCallback()
79 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable); in ProcessGlobalRegionsCallback()
Dlsan_common.h106 void ScanRangeForPointers(uptr begin, uptr end,