Searched refs:GetMap (Results 1 – 3 of 3) sorted by relevance
/system/unwinding/libbacktrace/ |
D | UnwindStack.cpp | 166 return GetMap()->GetFunctionName(pc, offset); in GetFunctionNameRaw() 184 return Backtrace::Unwind(regs.get(), GetMap(), &frames_, num_ignore_frames, &skip_names, &error_); in UnwindFromContext() 191 return GetMap()->GetFunctionName(pc, offset); in GetFunctionNameRaw() 202 return Backtrace::Unwind(regs.get(), GetMap(), &frames_, num_ignore_frames, nullptr, &error_); in Unwind()
|
D | BacktraceCurrent.cpp | 81 if (GetMap() == nullptr) { in Unwind()
|
/system/unwinding/libbacktrace/include/backtrace/ |
D | Backtrace.h | 180 BacktraceMap* GetMap() { return map_; } in GetMap() function
|