Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DFile.cpp143 size_t entry_idx = 0; in GetUnwindInfo() local
151 if (entry_idx == *num_entries) { in GetUnwindInfo()
152 errx(1, "Too many entries, stopped at entry %zu", entry_idx); in GetUnwindInfo()
155 AllocGetData(&contents[start_str], &(*entries)[entry_idx++]); in GetUnwindInfo()
158 if (entry_idx != *num_entries) { in GetUnwindInfo()
160 entry_idx); in GetUnwindInfo()