Searched refs:CurrentStackTrace (Results 1 – 3 of 3) sorted by relevance
21 static u32 CurrentStackTrace(Thread *thr, uptr skip) { in CurrentStackTrace() function 64 return CurrentStackTrace(thr, 3); in Unwind()
419 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;441 std::string CurrentStackTrace(int max_depth, int skip_count) override;
1141 return os_stack_trace_getter()->CurrentStackTrace( in CurrentOsStackTraceExceptTop()4971 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) in CurrentStackTrace() function in testing::internal::OsStackTraceGetter