Searched refs:instruction_index_to_specialized_instruction_offset (Results 1 – 3 of 3) sorted by relevance
207 const jitter_int * const instruction_index_to_specialized_instruction_offset in jitter_backpatch_labels_in_specialized_routine() local208 = p->instruction_index_to_specialized_instruction_offset; in jitter_backpatch_labels_in_specialized_routine()221 + instruction_index_to_specialized_instruction_offset in jitter_backpatch_labels_in_specialized_routine()274 assert (p->instruction_index_to_specialized_instruction_offset == NULL); in jitter_make_executable_routine()275 p->instruction_index_to_specialized_instruction_offset in jitter_make_executable_routine()325 p->instruction_index_to_specialized_instruction_offset [instruction_index] in jitter_make_executable_routine()
136 p->instruction_index_to_specialized_instruction_offset = NULL; in jitter_initialize_routine()168 if (p->instruction_index_to_specialized_instruction_offset != NULL) in jitter_finalize_routine()169 free (p->instruction_index_to_specialized_instruction_offset); in jitter_finalize_routine()
201 jitter_int *instruction_index_to_specialized_instruction_offset; member