Home | History | Annotate | Download | only in runtime

Lines Matching refs:DumpNativeStack

52 #include <corkscrew/backtrace.h>  // For DumpNativeStack.
53 #include <corkscrew/demangle.h> // For DumpNativeStack.
1045 void DumpNativeStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) {
1051 size_t ignore_count = 2; // Don't include unwind_backtrace_thread or DumpNativeStack.