Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dcfi_backtrace_android.cc248 const uint16_t* unwind_data = unw_data_start_addr_ + index; in FindCFIRowForPC() local
251 memcpy(&row_count, unwind_data, sizeof(row_count)); in FindCFIRowForPC()
257 reinterpret_cast<const CFIUnwindDataRow*>(unwind_data + 1); in FindCFIRowForPC()