MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / decrease_call_count

Function decrease_call_count

source/lib_pcre/pcre/pcre_jit_compile.c:1173–1179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1171}
1172
1173static SLJIT_INLINE void decrease_call_count(compiler_common *common)
1174{
1175DEFINE_COMPILER;
1176
1177OP2(SLJIT_SUB | SLJIT_SET_E, CALL_COUNT, 0, CALL_COUNT, 0, SLJIT_IMM, 1);
1178add_jump(compiler, &common->calllimit, JUMP(SLJIT_C_ZERO));
1179}
1180
1181static SLJIT_INLINE void allocate_stack(compiler_common *common, int size)
1182{

Callers 5

compile_bracket_hotpathFunction · 0.85
compile_iterator_hotpathFunction · 0.85
compile_hotpathFunction · 0.85

Calls 1

add_jumpFunction · 0.85

Tested by

no test coverage detected