Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c703 static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, in post_call_with_args() function
751 PTR_FAIL_IF(post_call_with_args(compiler, arg_types, 0)); in sljit_emit_call()
767 PTR_FAIL_IF(post_call_with_args(compiler, arg_types, stack_size)); in sljit_emit_call()
815 return post_call_with_args(compiler, arg_types, 0); in sljit_emit_icall()
834 return post_call_with_args(compiler, arg_types, stack_size); in sljit_emit_icall()
H A DsljitNativeMIPS_32.c587 static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in post_call_with_args() function
643 PTR_FAIL_IF(post_call_with_args(compiler, arg_types)); in sljit_emit_call()
673 return post_call_with_args(compiler, arg_types); in sljit_emit_icall()

Completed in 22 milliseconds