Lines Matching refs:GET2

1101     common->optimized_cbracket[GET2(cc, 1)] = 0;  in check_opcode_types()
1115 common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] = 0; in check_opcode_types()
1129 common->optimized_cbracket[GET2(cc, 1)] = 0; in check_opcode_types()
1136 count = GET2(cc, 1 + IMM2_SIZE); in check_opcode_types()
1137 slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in check_opcode_types()
1140 common->optimized_cbracket[GET2(slot, 0)] = 0; in check_opcode_types()
1256 SLJIT_ASSERT(*cc != OP_CBRA || common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] != 0); in detect_early_fail()
1494 …if (*end != OP_KET || (*cc == OP_CBRA && common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0)) in detect_early_fail()
1599 min = GET2(cc, 1); in get_class_iterator_size()
1600 max = GET2(cc, 1 + IMM2_SIZE); in get_class_iterator_size()
2223 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in init_frame()
2420 offset = GET2(cc, 1 + LINK_SIZE); in get_recurse_data_length()
2435 offset = GET2(cc, 1 + LINK_SIZE); in get_recurse_data_length()
2769 offset = GET2(cc, 1 + LINK_SIZE); in copy_recurse_data()
2796 offset = GET2(cc, 1 + LINK_SIZE); in copy_recurse_data()
5517 repeat = GET2(cc, 1); in scan_prefix()
5648 repeat = GET2(cc, 1); in scan_prefix()
5658 repeat = GET2(cc, 1); in scan_prefix()
5710 repeat = GET2(cc, 1); in scan_prefix()
5770 if (GET2(cc, 1) != GET2(cc, 1 + IMM2_SIZE)) in scan_prefix()
9235 int count = GET2(cc, 1 + IMM2_SIZE); in compile_dnref_search()
9236 PCRE2_SPTR slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in compile_dnref_search()
9247 offset = GET2(slot, 0) << 1; in compile_dnref_search()
9253 offset = GET2(slot, 0) << 1; in compile_dnref_search()
9280 offset = GET2(cc, 1) << 1; in compile_ref_matchingpath()
9443 offset = GET2(cc, 1) << 1; in compile_ref_iterator_matchingpath()
9472 min = GET2(cc, 1 + IMM2_SIZE + 1); in compile_ref_iterator_matchingpath()
9473 max = GET2(cc, 1 + IMM2_SIZE + 1 + IMM2_SIZE); in compile_ref_iterator_matchingpath()
10513 offset = GET2(ccbegin, 1 + LINK_SIZE); in compile_bracket_matchingpath()
10734 …CMP(SLJIT_EQUAL, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(matchingpath, 1) << 1), SLJIT_MEM1(SLJIT_SP), … in compile_bracket_matchingpath()
10741 i = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
10742 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size; in compile_bracket_matchingpath()
10745 … OP2(SLJIT_SUB | SLJIT_SET_Z, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(slot, 0) << 1), TMP1, 0); in compile_bracket_matchingpath()
10750 OP2(SLJIT_SUB, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(slot, 0) << 1), TMP1, 0); in compile_bracket_matchingpath()
10773 stacksize = GET2(matchingpath, 1); in compile_bracket_matchingpath()
10781 … stacksize = stacksize == (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
10792 stacksize = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
10793 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size; in compile_bracket_matchingpath()
10794 i = (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
10797 if ((int)GET2(slot, 0) == i) in compile_bracket_matchingpath()
11043 offset = GET2(cc, 1 + LINK_SIZE); in compile_bracketpos_matchingpath()
11358 *max = GET2(cc, (class_len + IMM2_SIZE)); in get_iterator_parameters()
11359 *exact = GET2(cc, class_len); in get_iterator_parameters()
11396 *exact = GET2(cc, 0); in get_iterator_parameters()
11414 *max = GET2(cc, 0); in get_iterator_parameters()
12005 int offset = GET2(cc, 1); in compile_close_matchingpath()
12708 offset = (GET2(ccbegin, 1 + LINK_SIZE)) << 1; in compile_bracket_backtrackingpath()
13136 offset = (GET2(current->cc, 1 + LINK_SIZE)) << 1; in compile_bracketpos_backtrackingpath()