Lines Matching refs:GET2
833 common->optimized_cbracket[GET2(cc, 1)] = 0; in check_opcode_types()
839 common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] = 0; in check_opcode_types()
853 common->optimized_cbracket[GET2(cc, 1)] = 0; in check_opcode_types()
860 count = GET2(cc, 1 + IMM2_SIZE); in check_opcode_types()
861 slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in check_opcode_types()
864 common->optimized_cbracket[GET2(slot, 0)] = 0; in check_opcode_types()
1041 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in detect_fast_forward_skip()
1064 if (*cc == OP_CBRA && common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in detect_fast_fail()
1139 min = GET2(cc, 1); in get_class_iterator_size()
1140 max = GET2(cc, 1 + IMM2_SIZE); in get_class_iterator_size()
1756 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in init_frame()
1817 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in get_private_data_copy_length()
1998 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in copy_private_data()
2001 srcw[0] = OVECTOR_PRIV(GET2(cc, 1 + LINK_SIZE)); in copy_private_data()
2010 srcw[1] = OVECTOR_PRIV(GET2(cc, 1 + LINK_SIZE)); in copy_private_data()
3553 repeat = GET2(cc, 1); in scan_prefix()
3684 repeat = GET2(cc, 1); in scan_prefix()
3694 repeat = GET2(cc, 1); in scan_prefix()
3746 repeat = GET2(cc, 1); in scan_prefix()
3806 if (GET2(cc, 1) != GET2(cc, 1 + IMM2_SIZE)) in scan_prefix()
6735 int count = GET2(cc, 1 + IMM2_SIZE); in compile_dnref_search()
6736 PCRE2_SPTR slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in compile_dnref_search()
6747 offset = GET2(slot, 0) << 1; in compile_dnref_search()
6753 offset = GET2(slot, 0) << 1; in compile_dnref_search()
6772 offset = GET2(cc, 1) << 1; in compile_ref_matchingpath()
6874 offset = GET2(cc, 1) << 1; in compile_ref_iterator_matchingpath()
6903 min = GET2(cc, 1 + IMM2_SIZE + 1); in compile_ref_iterator_matchingpath()
6904 max = GET2(cc, 1 + IMM2_SIZE + 1 + IMM2_SIZE); in compile_ref_iterator_matchingpath()
7897 offset = GET2(ccbegin, 1 + LINK_SIZE); in compile_bracket_matchingpath()
8121 …CMP(SLJIT_EQUAL, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(matchingpath, 1) << 1), SLJIT_MEM1(SLJIT_SP), … in compile_bracket_matchingpath()
8128 i = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
8129 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size; in compile_bracket_matchingpath()
8132 … OP2(SLJIT_SUB | SLJIT_SET_E, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(slot, 0) << 1), TMP1, 0); in compile_bracket_matchingpath()
8137 OP2(SLJIT_SUB, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(slot, 0) << 1), TMP1, 0); in compile_bracket_matchingpath()
8160 stacksize = GET2(matchingpath, 1); in compile_bracket_matchingpath()
8168 … stacksize = stacksize == (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
8179 stacksize = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
8180 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size; in compile_bracket_matchingpath()
8181 i = (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
8184 if ((int)GET2(slot, 0) == i) in compile_bracket_matchingpath()
8411 offset = GET2(cc, 1 + LINK_SIZE); in compile_bracketpos_matchingpath()
8726 *max = GET2(cc, (class_len + IMM2_SIZE)); in get_iterator_parameters()
8727 *exact = GET2(cc, class_len); in get_iterator_parameters()
8764 *exact = GET2(cc, 0); in get_iterator_parameters()
8782 *max = GET2(cc, 0); in get_iterator_parameters()
9245 int offset = GET2(cc, 1); in compile_close_matchingpath()
9947 offset = (GET2(ccbegin, 1 + LINK_SIZE)) << 1; in compile_bracket_backtrackingpath()
10369 offset = (GET2(current->cc, 1 + LINK_SIZE)) << 1; in compile_bracketpos_backtrackingpath()