Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Ddump.c368 int cachepos = addr % DEBUG_CACHE_SIZE; in get_debug_pos() local
370 if (debug_cache_addr[cachepos] == addr) { in get_debug_pos()
371 p->line = debug_cache_line[cachepos]; in get_debug_pos()
372 p->file = debug_cache_file[cachepos]; in get_debug_pos()
373 found_file_line = debug_cache_info[cachepos]; in get_debug_pos()
386 debug_cache_info[cachepos] = found_file_line; in get_debug_pos()
387 debug_cache_addr[cachepos] = addr; in get_debug_pos()
388 debug_cache_line[cachepos] = p->line; in get_debug_pos()
389 debug_cache_file[cachepos] = p->file; in get_debug_pos()