Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DUnwindBacktrace.cpp68 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()
DUnwindBacktrace.h39 bool Unwind(std::vector<uintptr_t>* frames, std::vector<unwindstack::LocalFrameData>* info, size_t …
DPointerData.cpp141 if (!Unwind(&frames, &frames_info, num_frames)) { in AddBacktrace()
Dmalloc_debug.cpp197 if (!Unwind(&frames, &frames_info, 256)) { in BacktraceAndLog()
/bionic/libc/malloc_debug/tests/
Dbacktrace_fake.cpp73 bool Unwind(std::vector<uintptr_t>* frames, std::vector<unwindstack::LocalFrameData>* info, size_t)… in Unwind() function
Dmalloc_debug_system_tests.cpp558 ASSERT_TRUE(backtrace->Unwind(0)) << "Failed on unwind " << i; in TEST()
/bionic/libfdtrack/
Dfdtrack.cpp103 Unwinder().Unwind(&entry->backtrace, kStackDepth); in fd_hook()
/bionic/docs/
Dlibc_assembler.md14 the [Unwind Info](#unwind-info) section for details about how to verify this.
146 ## Unwind Info