Searched refs:Unwind (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/malloc_debug/ |
D | UnwindBacktrace.cpp | 52 bool Unwind(std::vector<uintptr_t>* frames, std::vector<unwindstack::FrameData>* frame_info, in Unwind() function 57 if (!unwinder.Unwind(data)) { in Unwind()
|
D | UnwindBacktrace.h | 37 bool Unwind(std::vector<uintptr_t>* frames, std::vector<unwindstack::FrameData>* info,
|
D | PointerData.cpp | 157 if (!Unwind(&frames, &frames_info, num_frames)) { in AddBacktrace()
|
D | malloc_debug.cpp | 294 if (!Unwind(&frames, &frames_info, 256)) { in BacktraceAndLog()
|
/bionic/libc/malloc_debug/tests/ |
D | backtrace_fake.cpp | 73 bool Unwind(std::vector<uintptr_t>* frames, std::vector<unwindstack::FrameData>* info, size_t) { in Unwind() function
|
D | malloc_debug_system_tests.cpp | 779 ASSERT_TRUE(unwinder.Unwind(data)) << "Failed on unwind " << i; in TEST()
|
/bionic/docs/ |
D | libc_assembler.md | 14 the [Unwind Info](#unwind-info) section for details about how to verify this. 146 ## Unwind Info
|
/bionic/libfdtrack/ |
D | fdtrack.cpp | 129 if (Unwinder().Unwind(data)) { in fd_hook()
|