Home
last modified time | relevance | path

Searched defs:Unwinder (Results 1 – 1 of 1) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h56 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() function
62 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() function
126 Unwinder(size_t max_frames, ArchEnum arch, Maps* maps, std::shared_ptr<Memory>& process_memory) in Unwinder() function
156 : Unwinder(max_frames, maps), pid_(pid) {} in Unwinder() function
160 : Unwinder(max_frames, arch, maps), pid_(pid) {} in Unwinder() function