Lines Matching refs:sljit_uw
183 sljit_uw executable_sizes[JIT_NUMBER_OF_COMPILE_MODES];
203 sljit_uw *update_addr;
2288 static void add_label_addr(compiler_common *common, sljit_uw *update_addr) in add_label_addr()
2335 static sljit_uw * allocate_read_only_data(compiler_common *common, sljit_uw size) in allocate_read_only_data()
2338 sljit_uw *result; in allocate_read_only_data()
2343 result = (sljit_uw *)SLJIT_MALLOC(size + sizeof(sljit_uw), compiler->allocator_data); in allocate_read_only_data()
5464 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath()
5477 sljit_uw typeoffset; in compile_xclass_matchingpath()
9882 sljit_uw *next_update_addr = NULL; in compile_bracket_backtrackingpath()
10041 alt1 = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
10052 next_update_addr = allocate_read_only_data(common, alt_max * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
10061 alt2 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, 2 * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
10062 alt1 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
10098 alt_count = sizeof(sljit_uw); in compile_bracket_backtrackingpath()
10191 if (alt_count != 2 * sizeof(sljit_uw)) in compile_bracket_backtrackingpath()
10194 if (alt_max == 3 && alt_count == sizeof(sljit_uw)) in compile_bracket_backtrackingpath()
10195 alt2 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, 2 * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
10201 alt1 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, 3 * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
10204 alt_count += sizeof(sljit_uw); in compile_bracket_backtrackingpath()
10815 sljit_uw executable_size; in PRIV()
10816 sljit_uw total_length; in PRIV()
11595 sljit_uw size = 0; in PRIV()
11596 sljit_uw *executable_sizes = ((executable_functions *)executable_funcs)->executable_sizes; in PRIV()