Searched refs:CurrentStackTrace (Results 1 – 3 of 3) sorted by relevance
22 static u32 CurrentStackTrace(Thread *thr, uptr skip) { in CurrentStackTrace() function65 return CurrentStackTrace(thr, 3); in Unwind()
430 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;450 std::string CurrentStackTrace(int max_depth, int skip_count) override;
820 return os_stack_trace_getter()->CurrentStackTrace( in CurrentOsStackTraceExceptTop()4430 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) in CurrentStackTrace() function in testing::internal::OsStackTraceGetter