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

/external/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cc73 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
76 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL",
79 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable);
H A Dlsan_common.cc137 void ScanRangeForPointers(uptr begin, uptr end, function in namespace:__lsan
175 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable);
207 ScanRangeForPointers(registers_begin, registers_end, frontier,
221 ScanRangeForPointers(stack_begin, stack_end, frontier, "STACK",
229 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable);
236 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS",
239 ScanRangeForPointers(cache_end, tls_end, frontier, "TLS", kReachable);
260 ScanRangeForPointers(intersection_begin, intersection_end, frontier,
281 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier,
292 ScanRangeForPointers(chun
[all...]
H A Dlsan_common.h106 void ScanRangeForPointers(uptr begin, uptr end,

Completed in 59 milliseconds