Home
last modified time | relevance | path

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

/third_party/libunwind/include/
Ddwarf.h348 #define DWARF_DEFAULT_LOG_UNW_CACHE_SIZE 7 macro
349 #define DWARF_DEFAULT_UNW_CACHE_SIZE (1 << DWARF_DEFAULT_LOG_UNW_CACHE_SIZE)
351 #define DWARF_DEFAULT_LOG_UNW_HASH_SIZE (DWARF_DEFAULT_LOG_UNW_CACHE_SIZE + 1)
/third_party/libunwind/src/dwarf/
DGparser.c569 if (cache->log_size == DWARF_DEFAULT_LOG_UNW_CACHE_SIZE in dwarf_flush_rs_cache()
574 cache->log_size = DWARF_DEFAULT_LOG_UNW_CACHE_SIZE; in dwarf_flush_rs_cache()