Searched refs:ScanRangeForPointers (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/lsan/ |
D | lsan_common.cc | 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() [all …]
|
D | lsan_common_linux.cc | 76 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL", in ProcessGlobalRegionsCallback() 79 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", in ProcessGlobalRegionsCallback() 82 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable); in ProcessGlobalRegionsCallback()
|
D | lsan_common.h | 107 void ScanRangeForPointers(uptr begin, uptr end,
|