Home
last modified time | relevance | path

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

/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-specialize.c207 const jitter_int * const instruction_index_to_specialized_instruction_offset in jitter_backpatch_labels_in_specialized_routine() local
208 = 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()
H A Djitter-mutable-routine.c136 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()
H A Djitter-mutable-routine.h201 jitter_int *instruction_index_to_specialized_instruction_offset; member