Lines Matching refs:subr_num
371 subr_num = subr_num_; in init()
388 unsigned int subr_num; member
412 void add_call_op (OpCode op, const SubByteStr& substr, unsigned int subr_num) in add_call_op()
421 val.init (subr_num); in add_call_op()
503 if (likely (context.subr_num < parsed_local_subrs->len)) in get_parsed_str_for_context()
504 return &(*parsed_local_subrs)[context.subr_num]; in get_parsed_str_for_context()
508 if (likely (context.subr_num < parsed_global_subrs->len)) in get_parsed_str_for_context()
509 return &(*parsed_global_subrs)[context.subr_num]; in get_parsed_str_for_context()
791 ParsedCStrs &subrs, unsigned int subr_num, in drop_hints_in_subr()
795 bool has_hint = drop_hints_in_str (subrs[subr_num], param, drop); in drop_hints_in_subr()
823 *param.parsed_local_subrs, str.values[pos].subr_num, in drop_hints_in_str()
830 *param.parsed_global_subrs, str.values[pos].subr_num, in drop_hints_in_str()
886 unsigned int subr_num, ParsedCStrs &subrs, in collect_subr_refs_in_subr()
890 hb_set_add (closure, subr_num); in collect_subr_refs_in_subr()
891 collect_subr_refs_in_str (subrs[subr_num], param); in collect_subr_refs_in_subr()
904 str.values[pos].subr_num, *param.parsed_local_subrs, in collect_subr_refs_in_str()
910 str.values[pos].subr_num, *param.parsed_global_subrs, in collect_subr_refs_in_str()
941 encoder.encode_int (remaps.local_remaps[fd].biased_num (opstr.subr_num)); in encode_str()
946 encoder.encode_int (remaps.global_remap.biased_num (opstr.subr_num)); in encode_str()