Home | History | Annotate | Download | only in sljit

Lines Matching full:future_patch

312 struct future_patch {
313 struct future_patch* next;
318 static sljit_si resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **first_patch, sljit_uw cpool_current_index, sljit_uw *cpool_start_address, sljit_uw *buf_ptr)
321 struct future_patch *curr_patch, *prev_patch;
352 curr_patch = (struct future_patch*)SLJIT_MALLOC(sizeof(struct future_patch), compiler->allocator_data);
571 struct future_patch *first_patch;