Lines Matching refs:sljit_uw
188 sljit_uw offset_limit;
199 sljit_uw executable_sizes[JIT_NUMBER_OF_COMPILE_MODES];
217 sljit_uw *update_addr;
2634 static void add_label_addr(compiler_common *common, sljit_uw *update_addr) in add_label_addr()
2681 static sljit_uw * allocate_read_only_data(compiler_common *common, sljit_uw size) in allocate_read_only_data()
2684 sljit_uw *result; in allocate_read_only_data()
2689 result = (sljit_uw *)SLJIT_MALLOC(size + sizeof(sljit_uw), compiler->allocator_data); in allocate_read_only_data()
6441 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath()
6454 sljit_uw typeoffset; in compile_xclass_matchingpath()
8269 sljit_uw callout_arg_size = (common->re->top_bracket + 1) * 2 * sizeof(sljit_sw); in compile_callout_matchingpath()
11000 sljit_uw *next_update_addr = NULL; in compile_bracket_backtrackingpath()
11158 alt1 = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
11169 next_update_addr = allocate_read_only_data(common, alt_max * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
11178 alt2 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, 2 * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
11179 alt1 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
11217 alt_count = sizeof(sljit_uw); in compile_bracket_backtrackingpath()
11310 if (alt_count != 2 * sizeof(sljit_uw)) in compile_bracket_backtrackingpath()
11313 if (alt_max == 3 && alt_count == sizeof(sljit_uw)) in compile_bracket_backtrackingpath()
11314 alt2 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, 2 * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
11320 alt1 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, 3 * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
11323 alt_count += sizeof(sljit_uw); in compile_bracket_backtrackingpath()
11812 sljit_uw *next_update_addr = NULL; in compile_recurse()
11907 next_update_addr = allocate_read_only_data(common, alt_max * sizeof(sljit_uw)); in compile_recurse()
11916 alt2 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, 2 * sizeof(sljit_uw)); in compile_recurse()
11917 alt1 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, sizeof(sljit_uw)); in compile_recurse()
11927 if (alt_count != 2 * sizeof(sljit_uw)) in compile_recurse()
11930 if (alt_max == 3 && alt_count == sizeof(sljit_uw)) in compile_recurse()
11931 alt2 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, 2 * sizeof(sljit_uw)); in compile_recurse()
11937 alt1 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, 3 * sizeof(sljit_uw)); in compile_recurse()
11941 alt_count += sizeof(sljit_uw); in compile_recurse()
12032 sljit_uw executable_size; in jit_compile()
12033 sljit_uw total_length; in jit_compile()