Searched refs:UseImpl (Results 1 – 12 of 12) sorted by relevance
27 return !SANITIZER_FUCHSIA && UNLIKELY(Details::UseImpl()); in Use()
213 static bool UseImpl() { return !COMMON_MALLOC_SANITIZER_INITIALIZED; }
28 static bool UseImpl() { return !nsan_initialized; } in UseImpl() function
34 static bool UseImpl() { return memprof_init_is_running; } in UseImpl() function
33 static bool UseImpl() { return !TryAsanInitFromRtl(); } in UseImpl() function
24 static bool UseImpl() { return !hwasan_inited; } in UseImpl() function
34 static bool UseImpl() { return !dfsan_inited; } in UseImpl() function
34 static bool UseImpl() { return !tysan_inited; } in UseImpl() function
47 static bool UseImpl() { return lsan_init_is_running; } in UseImpl() function
51 static bool UseImpl() { return !__rtsan_is_initialized(); } in UseImpl() function
82 static bool UseImpl() { return !msan_inited; } in UseImpl() function
262 static bool UseImpl() { return (ctx && !ctx->initialized); } in UseImpl() function