Lines Matching refs:first_patch
330 …onst_pool_index(struct sljit_compiler *compiler, struct future_patch **first_patch, sljit_uw cpool… in resolve_const_pool_index() argument
338 if (!*first_patch) in resolve_const_pool_index()
341 curr_patch = *first_patch; in resolve_const_pool_index()
353 *first_patch = curr_patch->next; in resolve_const_pool_index()
366 while (*first_patch) { in resolve_const_pool_index()
367 curr_patch = *first_patch; in resolve_const_pool_index()
368 *first_patch = (*first_patch)->next; in resolve_const_pool_index()
373 curr_patch->next = *first_patch; in resolve_const_pool_index()
376 *first_patch = curr_patch; in resolve_const_pool_index()
668 struct future_patch *first_patch; in sljit_generate_code() local
697 first_patch = NULL; in sljit_generate_code()
728 …if (SLJIT_UNLIKELY(resolve_const_pool_index(compiler, &first_patch, cpool_current_index, cpool_sta… in sljit_generate_code()
735 SLJIT_ASSERT(!first_patch); in sljit_generate_code()
831 …if (SLJIT_UNLIKELY(resolve_const_pool_index(compiler, &first_patch, cpool_current_index, cpool_sta… in sljit_generate_code()
839 SLJIT_ASSERT(!first_patch); in sljit_generate_code()