Lines Matching refs:GET2
1069 common->optimized_cbracket[GET2(cc, 1)] = 0; in check_opcode_types()
1075 common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] = 0; in check_opcode_types()
1089 common->optimized_cbracket[GET2(cc, 1)] = 0; in check_opcode_types()
1096 count = GET2(cc, 1 + IMM2_SIZE); in check_opcode_types()
1097 slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in check_opcode_types()
1100 common->optimized_cbracket[GET2(slot, 0)] = 0; in check_opcode_types()
1278 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in detect_fast_forward_skip()
1301 if (*cc == OP_CBRA && common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in detect_fast_fail()
1376 min = GET2(cc, 1); in get_class_iterator_size()
1377 max = GET2(cc, 1 + IMM2_SIZE); in get_class_iterator_size()
1995 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in init_frame()
2165 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in get_recurse_data_length()
2486 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in copy_recurse_data()
2498 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in copy_recurse_data()
2501 private_srcw[0] = OVECTOR_PRIV(GET2(cc, 1 + LINK_SIZE)); in copy_recurse_data()
2508 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in copy_recurse_data()
2522 private_srcw[1] = OVECTOR_PRIV(GET2(cc, 1 + LINK_SIZE)); in copy_recurse_data()
5095 repeat = GET2(cc, 1); in scan_prefix()
5226 repeat = GET2(cc, 1); in scan_prefix()
5236 repeat = GET2(cc, 1); in scan_prefix()
5288 repeat = GET2(cc, 1); in scan_prefix()
5348 if (GET2(cc, 1) != GET2(cc, 1 + IMM2_SIZE)) in scan_prefix()
9107 int count = GET2(cc, 1 + IMM2_SIZE); in compile_dnref_search()
9108 PCRE2_SPTR slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in compile_dnref_search()
9119 offset = GET2(slot, 0) << 1; in compile_dnref_search()
9125 offset = GET2(slot, 0) << 1; in compile_dnref_search()
9152 offset = GET2(cc, 1) << 1; in compile_ref_matchingpath()
9320 offset = GET2(cc, 1) << 1; in compile_ref_iterator_matchingpath()
9349 min = GET2(cc, 1 + IMM2_SIZE + 1); in compile_ref_iterator_matchingpath()
9350 max = GET2(cc, 1 + IMM2_SIZE + 1 + IMM2_SIZE); in compile_ref_iterator_matchingpath()
10389 offset = GET2(ccbegin, 1 + LINK_SIZE); in compile_bracket_matchingpath()
10610 …CMP(SLJIT_EQUAL, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(matchingpath, 1) << 1), SLJIT_MEM1(SLJIT_SP), … in compile_bracket_matchingpath()
10617 i = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
10618 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size; in compile_bracket_matchingpath()
10621 … OP2(SLJIT_SUB | SLJIT_SET_Z, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(slot, 0) << 1), TMP1, 0); in compile_bracket_matchingpath()
10626 OP2(SLJIT_SUB, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(slot, 0) << 1), TMP1, 0); in compile_bracket_matchingpath()
10649 stacksize = GET2(matchingpath, 1); in compile_bracket_matchingpath()
10657 … stacksize = stacksize == (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
10668 stacksize = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
10669 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size; in compile_bracket_matchingpath()
10670 i = (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
10673 if ((int)GET2(slot, 0) == i) in compile_bracket_matchingpath()
10906 offset = GET2(cc, 1 + LINK_SIZE); in compile_bracketpos_matchingpath()
11221 *max = GET2(cc, (class_len + IMM2_SIZE)); in get_iterator_parameters()
11222 *exact = GET2(cc, class_len); in get_iterator_parameters()
11259 *exact = GET2(cc, 0); in get_iterator_parameters()
11277 *max = GET2(cc, 0); in get_iterator_parameters()
11743 int offset = GET2(cc, 1); in compile_close_matchingpath()
12443 offset = (GET2(ccbegin, 1 + LINK_SIZE)) << 1; in compile_bracket_backtrackingpath()
12871 offset = (GET2(current->cc, 1 + LINK_SIZE)) << 1; in compile_bracketpos_backtrackingpath()