HomeSort by relevance Sort by last modified time
    Searched refs:ScanRangeForPointers (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 73 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
76 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL",
79 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable);
lsan_common.cc 133 void ScanRangeForPointers(uptr begin, uptr end,
172 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable);
204 ScanRangeForPointers(registers_begin, registers_end, frontier,
218 ScanRangeForPointers(stack_begin, stack_end, frontier, "STACK",
226 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable);
233 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS",
236 ScanRangeForPointers(cache_end, tls_end, frontier, "TLS", kReachable);
257 ScanRangeForPointers(intersection_begin, intersection_end, frontier,
278 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier,
289 ScanRangeForPointers(chunk, chunk + m.requested_size()
    [all...]
lsan_common.h 106 void ScanRangeForPointers(uptr begin, uptr end,

Completed in 41 milliseconds