Searched refs:jit_arguments (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 160 typedef struct jit_arguments { struct 178 } jit_arguments; argument 217 typedef int (SLJIT_CALL *jit_function)(jit_arguments *args); 3896 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in fast_forward_newline() 3926 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in fast_forward_newline() 4153 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, begin)); in check_wordboundary() 5310 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in compile_char1_matchingpath() 8184 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in compile_fail_accept_matchingpath() 10033 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, stack)); in PRIV() 10419 jit_arguments arguments; in PRIV() [all …]
|
Completed in 41 milliseconds