Home
last modified time | relevance | path

Searched refs:UnwindCurrent (Results 1 – 4 of 4) sorted by relevance

/system/core/libbacktrace/
DUnwindCurrent.h34 class UnwindCurrent : public BacktraceCurrent {
36 UnwindCurrent(pid_t pid, pid_t tid, BacktraceMap* map) : BacktraceCurrent(pid, tid, map) {} in UnwindCurrent() function
37 virtual ~UnwindCurrent() {} in ~UnwindCurrent()
DUnwindCurrent.cpp32 std::string UnwindCurrent::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { in GetFunctionNameRaw()
54 void UnwindCurrent::GetUnwContextFromUcontext(const ucontext_t* ucontext) { in GetUnwContextFromUcontext()
79 bool UnwindCurrent::UnwindFromContext(size_t num_ignore_frames, ucontext_t* ucontext) { in UnwindFromContext()
DBacktrace.cpp139 return new UnwindCurrent(pid, tid, map); in Create()
DAndroid.bp53 "UnwindCurrent.cpp",