Home
last modified time | relevance | path

Searched refs:show_all_frames (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h45 explicit AndroidUnwinderData(const bool show_all_frames) : show_all_frames(show_all_frames) {} in AndroidUnwinderData()
55 const bool show_all_frames = false; member
/system/unwinding/libunwindstack/
DAndroidUnwinder.cpp173 unwinder.Unwind(data.show_all_frames ? nullptr : &initial_map_names_to_skip_, in Unwind()
200 data.show_all_frames ? nullptr : &initial_map_names_to_skip_, in InternalUnwind()