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

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_linux.cc 81 Frontier *frontier = reinterpret_cast<Frontier *>(data); local
91 ScanGlobalRange(begin, end, frontier);
97 void ProcessGlobalRegions(Frontier *frontier) {
99 dl_iterate_phdr(ProcessGlobalRegionsCallback, frontier);
104 void ProcessPlatformSpecificAllocations(Frontier *frontier) {}
lsan_common.cc 152 // chunks. Marks those chunks with |tag| and adds them to |frontier|.
156 // so |frontier| = 0.
158 Frontier *frontier,
188 if (frontier)
189 frontier->push_back(chunk);
194 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier) {
201 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
204 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable)
211 Frontier *frontier = reinterpret_cast<Frontier *>(arg); local
389 Frontier *frontier; member in struct:__lsan::InvalidPCParam
449 Frontier frontier; local
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common_linux.cpp 81 Frontier *frontier = reinterpret_cast<Frontier *>(data); local
91 ScanGlobalRange(begin, end, frontier);
102 void ProcessGlobalRegions(Frontier *frontier) {
104 dl_iterate_phdr(ProcessGlobalRegionsCallback, frontier);
109 void ProcessPlatformSpecificAllocations(Frontier *frontier) {}
lsan_common.h 231 typedef InternalMmapVector<uptr> Frontier;
235 void ProcessGlobalRegions(Frontier *frontier);
236 void ProcessPlatformSpecificAllocations(Frontier *frontier);
239 // this Frontier vector before the StopTheWorldCallback actually runs.
243 Frontier frontier; member in struct:__lsan::CheckForLeaksParam
253 void ScanRootRegions(Frontier *frontier,
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common_linux.cpp 81 Frontier *frontier = reinterpret_cast<Frontier *>(data); local
91 ScanGlobalRange(begin, end, frontier);
102 void ProcessGlobalRegions(Frontier *frontier) {
104 dl_iterate_phdr(ProcessGlobalRegionsCallback, frontier);
109 void ProcessPlatformSpecificAllocations(Frontier *frontier) {}
lsan_common.h 121 typedef InternalMmapVector<uptr> Frontier;
125 void ProcessGlobalRegions(Frontier *frontier);
126 void ProcessPlatformSpecificAllocations(Frontier *frontier);
134 // this Frontier vector before the StopTheWorldCallback actually runs.
138 Frontier frontier; member in struct:__lsan::CheckForLeaksParam
144 void ScanRootRegion(Frontier *frontier, RootRegion const &region
    [all...]
lsan_common.cpp 176 // chunks. Marks those chunks with |tag| and adds them to |frontier|.
180 // so |frontier| = 0.
182 Frontier *frontier,
215 if (frontier)
216 frontier->push_back(chunk);
221 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier) {
228 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
231 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable)
238 Frontier *frontier = reinterpret_cast<Frontier *>(arg); local
488 Frontier *frontier; member in struct:__lsan::InvalidPCParam
    [all...]

Completed in 24 milliseconds