Home
last modified time | relevance | path

Searched refs:running_with_mte (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/
Dheap_tagging_level_test.cpp104 if (!mte_supported() || !running_with_mte()) { in TEST()
176 } else if (mte_supported() && running_with_mte()) { in TEST()
210 if (!mte_supported() || !running_with_mte()) { in TEST()
Dmte_test.cpp42 if (mte_supported() && running_with_mte()) { in test_tag_mismatch()
Dutils.h307 static inline bool running_with_mte() { in running_with_mte() function