first_patch       318 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c static sljit_si resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **first_patch, sljit_uw cpool_current_index, sljit_uw *cpool_start_address, sljit_uw *buf_ptr)
first_patch       326 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	if (!*first_patch)
first_patch       329 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		curr_patch = *first_patch;
first_patch       341 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 					*first_patch = curr_patch->next;
first_patch       354 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 				while (*first_patch) {
first_patch       355 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 					curr_patch = *first_patch;
first_patch       356 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 					*first_patch = (*first_patch)->next;
first_patch       361 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			curr_patch->next = *first_patch;
first_patch       364 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			*first_patch = curr_patch;
first_patch       571 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	struct future_patch *first_patch;
first_patch       599 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	first_patch = NULL;
first_patch       628 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 					if (SLJIT_UNLIKELY(resolve_const_pool_index(compiler, &first_patch, cpool_current_index, cpool_start_address, buf_ptr))) {
first_patch       635 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 						SLJIT_ASSERT(!first_patch);
first_patch       718 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			if (SLJIT_UNLIKELY(resolve_const_pool_index(compiler, &first_patch, cpool_current_index, cpool_start_address, buf_ptr))) {
first_patch       726 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		SLJIT_ASSERT(!first_patch);