Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Djumps.c77 static UInt jcc_hash_idx(BBCC* from, UInt jmp, BBCC* to, UInt size) in jcc_hash_idx() function
104 new_idx = jcc_hash_idx(curr_jcc->from, curr_jcc->jmp, in resize_jcc_table()
170 new_idx = jcc_hash_idx(from, jmp, to, current_jccs.size); in new_jcc()
211 idx = jcc_hash_idx(from, jmp, to, current_jccs.size); in CLG_()