Home
last modified time | relevance | path

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

/external/libunwind/include/
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/
DGparser.c501 cache->lru_head = DWARF_UNW_CACHE_SIZE - 1; in flush_rs_cache()
504 for (i = 0; i < DWARF_UNW_CACHE_SIZE; ++i) in flush_rs_cache()
581 if (index >= DWARF_UNW_CACHE_SIZE) in rs_lookup()
633 if (tmp->coll_chain >= DWARF_UNW_CACHE_SIZE) in rs_new()