Searched refs:CurrentStackTrace (Results 1 – 4 of 4) sorted by relevance
21 static u32 CurrentStackTrace(Thread *thr, uptr skip) { in CurrentStackTrace() function64 return CurrentStackTrace(thr, 3); in Unwind()
420 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;442 std::string CurrentStackTrace(int max_depth, int skip_count) override;
1167 return os_stack_trace_getter()->CurrentStackTrace( in CurrentOsStackTraceExceptTop()5017 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) in CurrentStackTrace() function in testing::internal::OsStackTraceGetter
431 std::string CurrentStackTrace(int max_depth, int skip_count) override { in CurrentStackTrace() function