Lines Matching refs:sljit_uw

183   sljit_uw executable_sizes[JIT_NUMBER_OF_COMPILE_MODES];
203 sljit_uw *update_addr;
2066 static void add_label_addr(compiler_common *common, sljit_uw *update_addr) in add_label_addr()
2110 static sljit_uw * allocate_read_only_data(compiler_common *common, sljit_uw size) in allocate_read_only_data()
2113 sljit_uw *result; in allocate_read_only_data()
2118 result = (sljit_uw *)SLJIT_MALLOC(size + sizeof(sljit_uw), compiler->allocator_data); in allocate_read_only_data()
4752 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath()
4765 sljit_uw typeoffset; in compile_xclass_matchingpath()
8832 sljit_uw *next_update_addr = NULL; in compile_bracket_backtrackingpath()
8991 alt1 = CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
9002 next_update_addr = allocate_read_only_data(common, alt_max * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
9011 alt2 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, 2 * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
9012 alt1 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
9048 alt_count = sizeof(sljit_uw); in compile_bracket_backtrackingpath()
9141 if (alt_count != 2 * sizeof(sljit_uw)) in compile_bracket_backtrackingpath()
9144 if (alt_max == 3 && alt_count == sizeof(sljit_uw)) in compile_bracket_backtrackingpath()
9145 alt2 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, 2 * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
9151 alt1 = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, 3 * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
9154 alt_count += sizeof(sljit_uw); in compile_bracket_backtrackingpath()
9762 sljit_uw executable_size; in PRIV()
9763 sljit_uw total_length; in PRIV()
10541 sljit_uw size = 0; in PRIV()
10542 sljit_uw *executable_sizes = ((executable_functions *)executable_funcs)->executable_sizes; in PRIV()