Home
last modified time | relevance | path

Searched defs:Unwind (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/unwinding/libbacktrace/
H A DUnwindStack.cpp45 bool Backtrace::Unwind(unwindstack::Regs* regs, BacktraceMap* back_map, in Unwind() function in Backtrace
183 bool UnwindStackPtrace::Unwind(size_t num_ignore_frames, void* context) { in Unwind() function in UnwindStackPtrace
H A DBacktraceCurrent.cpp79 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, void* ucontext) { in Unwind() function in BacktraceCurrent
/aosp12/bionic/libc/malloc_debug/
H A DUnwindBacktrace.cpp68 bool Unwind(std::vector<uintptr_t>* frames, std::vector<unwindstack::LocalFrameData>* frame_info, s… in Unwind() function
/aosp12/system/unwinding/libunwindstack/
H A DLocalUnwinder.cpp70 bool LocalUnwinder::Unwind(std::vector<LocalFrameData>* frame_info, size_t max_frames) { in Unwind() function in unwindstack::LocalUnwinder
H A DUnwinder.cpp148 void Unwinder::Unwind(const std::vector<std::string>* initial_map_names_to_skip, in Unwind() function in unwindstack::Unwinder
435 void UnwinderFromPid::Unwind(const std::vector<std::string>* initial_map_names_to_skip, in Unwind() function in unwindstack::UnwinderFromPid
/aosp12/bionic/libc/malloc_debug/tests/
H A Dbacktrace_fake.cpp73 bool Unwind(std::vector<uintptr_t>* frames, std::vector<unwindstack::LocalFrameData>* info, size_t)… in Unwind() function
/aosp12/system/unwinding/libunwindstack/benchmarks/
H A Dlocal_unwind_benchmarks.cpp68 static size_t Unwind(void* data_ptr) { in Unwind() function
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DUnwinder.h202 void Unwind(const std::vector<std::string>*, const std::vector<std::string>*) override {} in Unwind() function