Searched refs:ScanRangeForPointers (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/lsan/ |
D | lsan_common.cc | 137 void ScanRangeForPointers(uptr begin, uptr end, in ScanRangeForPointers() function 175 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable); in ForEachExtraStackRangeCb() 207 ScanRangeForPointers(registers_begin, registers_end, frontier, in ProcessThreads() 221 ScanRangeForPointers(stack_begin, stack_end, frontier, "STACK", in ProcessThreads() 229 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable); in ProcessThreads() 236 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads() 239 ScanRangeForPointers(cache_end, tls_end, frontier, "TLS", kReachable); in ProcessThreads() 260 ScanRangeForPointers(intersection_begin, intersection_end, frontier, in ProcessRootRegion() 281 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier, in FloodFillTag() 292 ScanRangeForPointers(chunk, chunk + m.requested_size(), in MarkIndirectlyLeakedCb()
|
D | lsan_common_linux.cc | 73 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()
|
D | lsan_common.h | 106 void ScanRangeForPointers(uptr begin, uptr end,
|