Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Ddump.c447 int cachepos = addr % DEBUG_CACHE_SIZE; in get_debug_pos() local
449 if (debug_cache_addr[cachepos] == addr) { in get_debug_pos()
450 p->line = debug_cache_line[cachepos]; in get_debug_pos()
451 p->file = debug_cache_file[cachepos]; in get_debug_pos()
452 found_file_line = debug_cache_info[cachepos]; in get_debug_pos()
473 debug_cache_info[cachepos] = found_file_line; in get_debug_pos()
474 debug_cache_addr[cachepos] = addr; in get_debug_pos()
475 debug_cache_line[cachepos] = p->line; in get_debug_pos()
476 debug_cache_file[cachepos] = p->file; in get_debug_pos()