/external/pcre/dist2/src/sljit/ |
sljitUtils.c | 37 static SLJIT_INLINE void allocator_grab_lock(void) 42 static SLJIT_INLINE void allocator_release_lock(void) 71 static SLJIT_INLINE void allocator_grab_lock(void) 80 static SLJIT_INLINE void allocator_release_lock(void) 115 static SLJIT_INLINE void allocator_grab_lock(void) 120 static SLJIT_INLINE void allocator_release_lock(void) 170 static SLJIT_INLINE sljit_s32 open_dev_zero(void) 182 static SLJIT_INLINE sljit_s32 open_dev_zero(void)
|
sljitExecAllocator.c | 84 static SLJIT_INLINE void* alloc_chunk(sljit_uw size) 89 static SLJIT_INLINE void free_chunk(void* chunk, sljit_uw size) 97 static SLJIT_INLINE void* alloc_chunk(sljit_uw size) 114 static SLJIT_INLINE void free_chunk(void* chunk, sljit_uw size) 150 static SLJIT_INLINE void sljit_insert_free_block(struct free_block *free_block, sljit_uw size) 162 static SLJIT_INLINE void sljit_remove_free_block(struct free_block *free_block)
|
sljitLir.c | 540 static SLJIT_INLINE void reverse_buf(struct sljit_compiler *compiler) 556 static SLJIT_INLINE void set_emit_enter(struct sljit_compiler *compiler, 573 static SLJIT_INLINE void set_set_context(struct sljit_compiler *compiler, 590 static SLJIT_INLINE void set_label(struct sljit_label *label, struct sljit_compiler *compiler) 601 static SLJIT_INLINE void set_jump(struct sljit_jump *jump, struct sljit_compiler *compiler, sljit_s32 flags) 612 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler) 905 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_generate_code(struct sljit_compiler *compiler) 925 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_enter(struct sljit_compiler *compiler, 951 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_set_context(struct sljit_compiler *compiler, 980 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 (…) [all...] |
sljitConfigInternal.h | 237 #ifndef SLJIT_INLINE 240 #define SLJIT_INLINE 242 #define SLJIT_INLINE __inline 244 #endif /* !SLJIT_INLINE */ 253 #endif /* !SLJIT_INLINE */
|
sljitLir.h | 430 static SLJIT_INLINE sljit_s32 sljit_get_compiler_error(struct sljit_compiler *compiler) { return compiler->error; } 469 static SLJIT_INLINE sljit_uw sljit_get_generated_code_size(struct sljit_compiler *compiler) { return compiler->executable_size; } [all...] |
sljitNativeSPARC_32.c | 38 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, 142 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value)
|
sljitNativePPC_32.c | 44 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, 247 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value)
|
sljitNativeARM_64.c | 136 static SLJIT_INLINE sljit_s32 emit_imm64_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) 144 static SLJIT_INLINE void modify_imm64_const(sljit_ins* inst, sljit_uw new_imm) 154 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code) 1043 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) [all...] |
sljitNativeARM_T2_32.c | 206 static SLJIT_INLINE sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) 214 static SLJIT_INLINE void modify_imm32_const(sljit_u16 *inst, sljit_uw new_imm) 224 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_u16 *code_ptr, sljit_u16 *code) 279 static SLJIT_INLINE void set_jump_instruction(struct sljit_jump *jump) [all...] |
sljitNativeSPARC_common.c | 202 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code) 620 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) 629 static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1w, sljit_s32 arg2, sljit_sw arg2w) 960 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, 985 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, [all...] |
sljitNativeARM_32.c | 251 static SLJIT_INLINE sljit_s32 prepare_blx(struct sljit_compiler *compiler) 259 static SLJIT_INLINE sljit_s32 emit_blx(struct sljit_compiler *compiler) 384 static SLJIT_INLINE sljit_s32 emit_imm(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) 392 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_uw *code) 449 static SLJIT_INLINE void inline_set_jump_addr(sljit_uw addr, sljit_uw new_addr, sljit_s32 flush) 507 static SLJIT_INLINE void inline_set_const(sljit_uw addr, sljit_sw new_constant, sljit_s32 flush) 986 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, [all...] |
sljitNativeX86_common.c | 286 static SLJIT_INLINE void sljit_unaligned_store_s16(void *addr, sljit_s16 value) 291 static SLJIT_INLINE void sljit_unaligned_store_s32(void *addr, sljit_s32 value) 296 static SLJIT_INLINE void sljit_unaligned_store_sw(void *addr, sljit_sw value) 607 static SLJIT_INLINE sljit_s32 emit_save_flags(struct sljit_compiler *compiler) 630 static SLJIT_INLINE sljit_s32 emit_restore_flags(struct sljit_compiler *compiler, sljit_s32 keep_flags) [all...] |
sljitNativeMIPS_32.c | 69 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, 344 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value)
|
sljitNativeMIPS_64.c | 160 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, 439 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value)
|
sljitNativePPC_64.c | 148 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, 392 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value)
|
sljitNativeMIPS_common.c | 216 static SLJIT_INLINE sljit_ins invert_branch(sljit_s32 flags) 221 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code) 881 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw) 890 static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1w, sljit_s32 arg2, sljit_sw arg2w) [all...] |
sljitNativeX86_32.c | 441 static SLJIT_INLINE sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 type)
|
sljitNativePPC_common.c | 252 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code) [all...] |
sljitNativeTILEGX_64.c | 903 static SLJIT_INLINE sljit_ins * detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code) [all...] |
sljitNativeX86_64.c | 556 static SLJIT_INLINE sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 type)
|
/external/pcre/dist2/src/ |
pcre2_jit_compile.c | 1007 static SLJIT_INLINE BOOL detect_fast_forward_skip(compiler_common *common, int *private_data_start) 1058 static SLJIT_INLINE void detect_fast_fail(compiler_common *common, PCRE2_SPTR cc, int *private_data_start, sljit_s32 depth) [all...] |