Home
last modified time | relevance | path

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

/third_party/libunwind/src/aarch64/
DGtrace.c88 trace_cache_buckets (size_t n) in trace_cache_buckets() function
124 if (! (cache->frames = trace_cache_buckets(1u << HASH_MIN_BITS))) in trace_cache_create()
146 unw_tdep_frame_t *new_frames = trace_cache_buckets (1u << new_log_size); in trace_cache_expand()
/third_party/libunwind/src/arm/
DGtrace.c89 trace_cache_buckets (size_t n) in trace_cache_buckets() function
125 if (! (cache->frames = trace_cache_buckets(1u << HASH_MIN_BITS))) in trace_cache_create()
147 unw_tdep_frame_t *new_frames = trace_cache_buckets (1u << new_log_size); in trace_cache_expand()
/third_party/libunwind/src/x86_64/
DGtrace.c87 trace_cache_buckets (size_t n) in trace_cache_buckets() function
123 if (! (cache->frames = trace_cache_buckets(1u << HASH_MIN_BITS))) in trace_cache_create()
145 unw_tdep_frame_t *new_frames = trace_cache_buckets (1u << new_log_size); in trace_cache_expand()