Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stacktrace_test.cc24 bool TryFastUnwind(uptr max_depth) { in TryFastUnwind() function in __sanitizer::FastUnwindTest
75 if (!TryFastUnwind(kStackTraceMax)) in TEST_F()
89 if (!TryFastUnwind(kStackTraceMax)) in TEST_F()
102 if (!TryFastUnwind(kStackTraceMax)) in TEST_F()
113 if (!TryFastUnwind(1)) in TEST_F()
121 if (!TryFastUnwind(0)) in TEST_F()
132 if (!TryFastUnwind(3)) in TEST_F()
142 if (!TryFastUnwind(kStackTraceMax)) in TEST_F()