Searched refs:curr_jcc (Results 1 – 1 of 1) sorted by relevance
88 jCC *curr_jcc, *next_jcc; in resize_jcc_table() local100 curr_jcc = current_jccs.table[i]; in resize_jcc_table()101 while (NULL != curr_jcc) { in resize_jcc_table()102 next_jcc = curr_jcc->next_hash; in resize_jcc_table()104 new_idx = jcc_hash_idx(curr_jcc->from, curr_jcc->jmp, in resize_jcc_table()105 curr_jcc->to, new_size); in resize_jcc_table()107 curr_jcc->next_hash = new_table[new_idx]; in resize_jcc_table()108 new_table[new_idx] = curr_jcc; in resize_jcc_table()109 if (curr_jcc->next_hash) { in resize_jcc_table()111 if (curr_jcc->next_hash->next_hash) in resize_jcc_table()[all …]