Lines Matching refs:first_patch
339 …onst_pool_index(struct sljit_compiler *compiler, struct future_patch **first_patch, sljit_uw cpool… in resolve_const_pool_index() argument
347 if (!*first_patch) in resolve_const_pool_index()
350 curr_patch = *first_patch; in resolve_const_pool_index()
362 *first_patch = curr_patch->next; in resolve_const_pool_index()
375 while (*first_patch) { in resolve_const_pool_index()
376 curr_patch = *first_patch; in resolve_const_pool_index()
377 *first_patch = (*first_patch)->next; in resolve_const_pool_index()
382 curr_patch->next = *first_patch; in resolve_const_pool_index()
385 *first_patch = curr_patch; in resolve_const_pool_index()
678 struct future_patch *first_patch; in sljit_generate_code() local
707 first_patch = NULL; in sljit_generate_code()
738 …if (SLJIT_UNLIKELY(resolve_const_pool_index(compiler, &first_patch, cpool_current_index, cpool_sta… in sljit_generate_code()
745 SLJIT_ASSERT(!first_patch); in sljit_generate_code()
841 …if (SLJIT_UNLIKELY(resolve_const_pool_index(compiler, &first_patch, cpool_current_index, cpool_sta… in sljit_generate_code()
849 SLJIT_ASSERT(!first_patch); in sljit_generate_code()