Home
last modified time | relevance | path

Searched refs:kHwAsanEnabled (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dmemory_tool.h71 constexpr bool kHwAsanEnabled = true; variable
76 constexpr bool kHwAsanEnabled = false; variable
/art/runtime/gc/collector/
Dmark_compact-inl.h272 if (kIsDebugBuild && !kMemoryToolIsAvailable && !kHwAsanEnabled) { in VerifyRootSingleUpdate()