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