HomeSort by: relevance | last modified time | path
    Searched defs:ScanRangeForPointers (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 157 void ScanRangeForPointers(uptr begin, uptr end,
201 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
204 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable);
206 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable);
212 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable);
248 ScanRangeForPointers(registers_begin, registers_end, frontier,
271 ScanRangeForPointers(stack_begin, stack_end, frontier, "STACK",
283 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable);
286 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS",
289 ScanRangeForPointers(cache_end, tls_end, frontier, "TLS"
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp 181 void ScanRangeForPointers(uptr begin, uptr end,
228 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
231 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable);
233 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable);
239 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable);
309 ScanRangeForPointers(registers_begin, registers_end, frontier,
334 ScanRangeForPointers(stack_begin, stack_end, frontier, "STACK",
346 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable);
349 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS",
352 ScanRangeForPointers(cache_end, tls_end, frontier, "TLS"
    [all...]

Completed in 27 milliseconds