Searched refs:ShouldShowNativeStack (Results 1 – 1 of 1) sorted by relevance
2109 static bool ShouldShowNativeStack(const Thread* thread) in ShouldShowNativeStack() function2178 if (dump_native_stack && (dump_for_abort || force_dump_stack || ShouldShowNativeStack(this))) { in DumpStack()