Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DUnwindBacktrace.cpp52 bool Unwind(std::vector<uintptr_t>* frames, std::vector<unwindstack::FrameData>* frame_info, in Unwind() function
57 if (!unwinder.Unwind(data)) { in Unwind()
DUnwindBacktrace.h37 bool Unwind(std::vector<uintptr_t>* frames, std::vector<unwindstack::FrameData>* info,
DPointerData.cpp157 if (!Unwind(&frames, &frames_info, num_frames)) { in AddBacktrace()
Dmalloc_debug.cpp294 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::FrameData>* info, size_t) { in Unwind() function
Dmalloc_debug_system_tests.cpp779 ASSERT_TRUE(unwinder.Unwind(data)) << "Failed on unwind " << i; in TEST()
/bionic/docs/
Dlibc_assembler.md14 the [Unwind Info](#unwind-info) section for details about how to verify this.
146 ## Unwind Info
/bionic/libfdtrack/
Dfdtrack.cpp129 if (Unwinder().Unwind(data)) { in fd_hook()