Searched refs:Unwind (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/malloc_debug/ |
D | UnwindBacktrace.cpp | 68 bool Unwind(std::vector<uintptr_t>* frames, std::vector<unwindstack::LocalFrameData>* frame_info, s… in Unwind() function 75 if (!g_unwinder->Unwind(frame_info, max_frames)) { in Unwind()
|
D | UnwindBacktrace.h | 39 bool Unwind(std::vector<uintptr_t>* frames, std::vector<unwindstack::LocalFrameData>* info, size_t …
|
D | PointerData.cpp | 141 if (!Unwind(&frames, &frames_info, num_frames)) { in AddBacktrace()
|
D | malloc_debug.cpp | 197 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::LocalFrameData>* info, size_t)… in Unwind() function
|
D | malloc_debug_system_tests.cpp | 558 ASSERT_TRUE(backtrace->Unwind(0)) << "Failed on unwind " << i; in TEST()
|
/bionic/libfdtrack/ |
D | fdtrack.cpp | 103 Unwinder().Unwind(&entry->backtrace, kStackDepth); in fd_hook()
|
/bionic/docs/ |
D | libc_assembler.md | 14 the [Unwind Info](#unwind-info) section for details about how to verify this. 146 ## Unwind Info
|