Searched refs:post_call_with_args (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeX86_32.c | 699 static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, in post_call_with_args() function 747 PTR_FAIL_IF(post_call_with_args(compiler, arg_types, 0)); in sljit_emit_call() 763 PTR_FAIL_IF(post_call_with_args(compiler, arg_types, stack_size)); in sljit_emit_call() 811 return post_call_with_args(compiler, arg_types, 0); in sljit_emit_icall() 830 return post_call_with_args(compiler, arg_types, stack_size); in sljit_emit_icall()
|
D | sljitNativeMIPS_32.c | 579 static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in post_call_with_args() function 635 PTR_FAIL_IF(post_call_with_args(compiler, arg_types)); in sljit_emit_call() 665 return post_call_with_args(compiler, arg_types); in sljit_emit_icall()
|