Searched refs:UseImpl (Results 1 – 10 of 10) sorted by relevance
25 return !SANITIZER_FUCHSIA && UNLIKELY(Details::UseImpl()); in Use()
197 static bool UseImpl() { return !COMMON_MALLOC_SANITIZER_INITIALIZED; }
26 static bool UseImpl() { return !nsan_initialized; } in UseImpl() function
34 static bool UseImpl() { return memprof_init_is_running; } in UseImpl() function
34 static bool UseImpl() { return !TryAsanInitFromRtl(); } in UseImpl() function
25 static bool UseImpl() { return !hwasan_inited; } in UseImpl() function
33 static bool UseImpl() { return !__dfsan::dfsan_inited; } in UseImpl() function
59 static bool UseImpl() { return !rtsan_initialized; } in UseImpl() function
48 static bool UseImpl() { return lsan_init_is_running; } in UseImpl() function
82 static bool UseImpl() { return !msan_inited; } in UseImpl() function