Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dbacktrace.h33 class Unwinder; variable
Dtombstone.h34 class Unwinder; variable
Dutility.h76 class Unwinder; variable
/system/core/libunwindstack/include/unwindstack/
DUnwinder.h66 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() function
70 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() function
120 Unwinder(size_t max_frames) : max_frames_(max_frames) { frames_.reserve(max_frames); } in Unwinder() function