detect_jump_type  655 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 					if (detect_jump_type(jump, code_ptr, code))
detect_jump_type  660 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 					if (detect_jump_type(jump, code_ptr, code))
detect_jump_type  251 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 					code_ptr -= detect_jump_type(jump, code_ptr, code);
detect_jump_type  385 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c 					code_ptr -= detect_jump_type(jump, code_ptr, code);
detect_jump_type  407 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 				code_ptr = detect_jump_type(jump, code_ptr, code);
detect_jump_type  372 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 				if (detect_jump_type(jump, code_ptr, code)) {
detect_jump_type  319 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 				code_ptr = detect_jump_type(jump, code_ptr, code);
detect_jump_type 1046 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 				code_ptr = detect_jump_type(jump, code_ptr, code);