Searched refs:curr_patch (Results 1 – 1 of 1) sorted by relevance
350 curr_patch = *first_patch; in resolve_const_pool_index()353 if (!curr_patch) { in resolve_const_pool_index()358 value = (sljit_uw)curr_patch->value; in resolve_const_pool_index()362 *first_patch = curr_patch->next; in resolve_const_pool_index()366 prev_patch = curr_patch; in resolve_const_pool_index()367 curr_patch = curr_patch->next; in resolve_const_pool_index()374 if (!curr_patch) { in resolve_const_pool_index()376 curr_patch = *first_patch; in resolve_const_pool_index()382 curr_patch->next = *first_patch; in resolve_const_pool_index()383 curr_patch->index = (sljit_sw)value; in resolve_const_pool_index()[all …]
Completed in 9 milliseconds