Searched defs:Unwind (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/unwinding/libbacktrace/ |
H A D | UnwindStack.cpp | 45 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 D | BacktraceCurrent.cpp | 79 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, void* ucontext) { in Unwind() function in BacktraceCurrent
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | UnwindBacktrace.cpp | 68 bool Unwind(std::vector<uintptr_t>* frames, std::vector<unwindstack::LocalFrameData>* frame_info, s… in Unwind() function
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | LocalUnwinder.cpp | 70 bool LocalUnwinder::Unwind(std::vector<LocalFrameData>* frame_info, size_t max_frames) { in Unwind() function in unwindstack::LocalUnwinder
|
H A D | Unwinder.cpp | 148 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 D | backtrace_fake.cpp | 73 bool Unwind(std::vector<uintptr_t>* frames, std::vector<unwindstack::LocalFrameData>* info, size_t)… in Unwind() function
|
/aosp12/system/unwinding/libunwindstack/benchmarks/ |
H A D | local_unwind_benchmarks.cpp | 68 static size_t Unwind(void* data_ptr) { in Unwind() function
|
/aosp12/system/unwinding/libunwindstack/include/unwindstack/ |
H A D | Unwinder.h | 202 void Unwind(const std::vector<std::string>*, const std::vector<std::string>*) override {} in Unwind() function
|