Searched refs:WillUseFastUnwind (Results 1 – 14 of 14) sorted by relevance
25 if (!StackTrace::WillUseFastUnwind(true)) in TryFastUnwind()153 if (StackTrace::WillUseFastUnwind(false)) in TEST()
140 CHECK_EQ(request_fast_unwind, WillUseFastUnwind(request_fast_unwind)); in Unwind()152 if (!WillUseFastUnwind(request_fast_unwind)) { in Unwind()
70 static bool WillUseFastUnwind(bool request_fast_unwind) { in WillUseFastUnwind() function
113 if (StackTrace::WillUseFastUnwind(fast)) { in ReportMmapWriteExec()
24 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
39 if (StackTrace::WillUseFastUnwind(fast)) { in ubsan_GetStackTrace()
54 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
62 request_fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
44 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl()
57 static bool WillUseFastUnwind(bool request_fast_unwind) { in WillUseFastUnwind() function
70 if (!WillUseFastUnwind(request_fast_unwind)) { in Unwind()
59 static bool WillUseFastUnwind(bool request_fast_unwind) { in WillUseFastUnwind() function
72 if (!WillUseFastUnwind(request_fast_unwind)) { in Unwind()
228 if (!t || !StackTrace::WillUseFastUnwind(request_fast_unwind)) { in GetStackTrace()