Lines Matching refs:subr_num
372 subr_num = subr_num_; in init()
389 unsigned int subr_num; member
413 void add_call_op (op_code_t op, const byte_str_ref_t& str_ref, unsigned int subr_num) in add_call_op()
422 val.init (subr_num); in add_call_op()
504 if (likely (context.subr_num < parsed_local_subrs->length)) in get_parsed_str_for_context()
505 return &(*parsed_local_subrs)[context.subr_num]; in get_parsed_str_for_context()
509 if (likely (context.subr_num < parsed_global_subrs->length)) in get_parsed_str_for_context()
510 return &(*parsed_global_subrs)[context.subr_num]; in get_parsed_str_for_context()
800 parsed_cs_str_vec_t &subrs, unsigned int subr_num, in drop_hints_in_subr()
804 bool has_hint = drop_hints_in_str (subrs[subr_num], param, drop); in drop_hints_in_subr()
836 *param.parsed_local_subrs, str.values[pos].subr_num, in drop_hints_in_str()
842 *param.parsed_global_subrs, str.values[pos].subr_num, in drop_hints_in_str()
915 unsigned int subr_num, parsed_cs_str_vec_t &subrs, in collect_subr_refs_in_subr()
919 closure->add (subr_num); in collect_subr_refs_in_subr()
920 collect_subr_refs_in_str (subrs[subr_num], param); in collect_subr_refs_in_subr()
933 str.values[pos].subr_num, *param.parsed_local_subrs, in collect_subr_refs_in_str()
939 str.values[pos].subr_num, *param.parsed_global_subrs, in collect_subr_refs_in_str()
970 encoder.encode_int (remaps.local_remaps[fd].biased_num (opstr.subr_num)); in encode_str()
975 encoder.encode_int (remaps.global_remap.biased_num (opstr.subr_num)); in encode_str()