Searched refs:first_patch (Results 1 – 1 of 1) sorted by relevance
347 if (!*first_patch) in resolve_const_pool_index()350 curr_patch = *first_patch; 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() local707 first_patch = NULL; in sljit_generate_code()745 SLJIT_ASSERT(!first_patch); in sljit_generate_code()[all …]
Completed in 14 milliseconds