Home
last modified time | relevance | path

Searched refs:kReachable (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc77 kReachable); in ProcessGlobalRegionsCallback()
80 kReachable); in ProcessGlobalRegionsCallback()
82 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable); in ProcessGlobalRegionsCallback()
117 if (m.allocated() && m.tag() != kReachable && m.tag() != kIgnored) { in ProcessPlatformSpecificAllocationsCb()
126 m.set_tag(kReachable); in ProcessPlatformSpecificAllocationsCb()
Dlsan_common.cc149 CHECK(tag == kReachable || tag == kIndirectlyLeaked); in ScanRangeForPointers()
163 if (m.tag() == kReachable || m.tag() == kIgnored) continue; in ScanRangeForPointers()
184 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable); in ForEachExtraStackRangeCb()
218 "REGISTERS", kReachable); in ProcessThreads()
241 kReachable); in ProcessThreads()
248 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable); in ProcessThreads()
256 kReachable); in ProcessThreads()
258 ScanRangeForPointers(cache_end, tls_end, frontier, "TLS", kReachable); in ProcessThreads()
267 kReachable); in ProcessThreads()
291 "ROOT", kReachable); in ProcessRootRegion()
[all …]
Dlsan_common.h43 kReachable = 2, enumerator
/external/v8/src/wasm/
Dfunction-body-decoder-impl.h495 kReachable, enumerator
508 Reachability reachability = kReachable;
519 bool reachable() const { return reachability == kReachable; } in reachable()
529 return reachability == kReachable ? kReachable : kSpecOnlyReachable; in innerReachability()
2088 control_.empty() ? kReachable : control_.back().innerReachability(); in PushControl()
2298 if (implicit && c->end_merge.reached) c->reachability = kReachable; in DoReturn()