Lines Matching refs:top_bracket
201 sljit_u32 top_bracket; member
9759 sljit_uw callout_arg_size = (common->re->top_bracket + 1) * 2 * SSIZE_OF(sw); in compile_callout_matchingpath()
9773 …2, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(capture_top), SLJIT_IMM, common->re->top_bracket + 1); in compile_callout_matchingpath()
13813 common->optimized_cbracket = (sljit_u8 *)SLJIT_MALLOC(re->top_bracket + 1, allocator_data); in jit_compile()
13817 memset(common->optimized_cbracket, 0, re->top_bracket + 1); in jit_compile()
13819 memset(common->optimized_cbracket, 1, re->top_bracket + 1); in jit_compile()
13878 memset(common->optimized_cbracket, 0, re->top_bracket + 1); in jit_compile()
13881 common->cbra_ptr = OVECTOR_START + (re->top_bracket + 1) * 2 * sizeof(sljit_sw); in jit_compile()
13892 private_data_size = common->cbra_ptr + (re->top_bracket + 1) * sizeof(sljit_sw); in jit_compile()
13929 reset_ovector(common, (re->top_bracket + 1) * 2); in jit_compile()
14030 copy_ovector(common, re->top_bracket + 1); in jit_compile()
14258 do_reset_match(common, (re->top_bracket + 1) * 2); in jit_compile()
14343 functions->top_bracket = re->top_bracket + 1; in jit_compile()