Home
last modified time | relevance | path

Searched refs:curr_patch (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeARM_32.c333 struct future_patch *curr_patch, *prev_patch; in resolve_const_pool_index() local
341 curr_patch = *first_patch; in resolve_const_pool_index()
344 if (!curr_patch) { in resolve_const_pool_index()
348 if ((sljit_uw)curr_patch->index == cpool_current_index) { in resolve_const_pool_index()
349 value = curr_patch->value; in resolve_const_pool_index()
351 prev_patch->next = curr_patch->next; in resolve_const_pool_index()
353 *first_patch = curr_patch->next; in resolve_const_pool_index()
354 SLJIT_FREE(curr_patch, compiler->allocator_data); in resolve_const_pool_index()
357 prev_patch = curr_patch; in resolve_const_pool_index()
358 curr_patch = curr_patch->next; in resolve_const_pool_index()
[all …]