Searched refs:DWARF_UNW_CACHE_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/libunwind/include/
H A Ddwarf.h326 #define DWARF_UNW_CACHE_SIZE (1 << DWARF_LOG_UNW_CACHE_SIZE) macro
345 dwarf_reg_state_t buckets[DWARF_UNW_CACHE_SIZE];
/external/libunwind/src/dwarf/
H A DGparser.c501 cache->lru_head = DWARF_UNW_CACHE_SIZE - 1;
504 for (i = 0; i < DWARF_UNW_CACHE_SIZE; ++i)
581 if (index >= DWARF_UNW_CACHE_SIZE)
633 if (tmp->coll_chain >= DWARF_UNW_CACHE_SIZE)

Completed in 116 milliseconds