Home
last modified time | relevance | path

Searched refs:GetMap (Results 1 – 3 of 3) sorted by relevance

/system/unwinding/libbacktrace/
DUnwindStack.cpp166 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()
DBacktraceCurrent.cpp81 if (GetMap() == nullptr) { in Unwind()
/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h180 BacktraceMap* GetMap() { return map_; } in GetMap() function