Lines Matching refs:current_func_text_offset
816 const addr_t current_func_text_offset, in local_branch_p() argument
822 addr_t next_pc_value = current_func_text_offset + instruction_length; in local_branch_p()
823 if (offset < 0 && addr_t(-offset) > current_func_text_offset) { in local_branch_p()
843 const addr_t current_func_text_offset, in non_local_branch_p() argument
849 … return !local_branch_p(current_func_text_offset,func_range,instruction_length,target_insn_offset); in non_local_branch_p()
927 addr_t current_func_text_offset = 0; in GetNonCallSiteUnwindPlanFromAssembly() local
938 row->SetOffset(current_func_text_offset); in GetNonCallSiteUnwindPlanFromAssembly()
974 while (current_func_text_offset < size) { in GetNonCallSiteUnwindPlanFromAssembly()
983 m_cur_insn = data + current_func_text_offset; in GetNonCallSiteUnwindPlanFromAssembly()
984 if (!instruction_length(m_cur_insn, insn_len, size - current_func_text_offset) in GetNonCallSiteUnwindPlanFromAssembly()
1239 non_local_branch_p (current_func_text_offset, func_range, insn_len) || in GetNonCallSiteUnwindPlanFromAssembly()
1294 if (current_func_text_offset + insn_len < size) { in GetNonCallSiteUnwindPlanFromAssembly()
1295 row->SetOffset(current_func_text_offset + insn_len); in GetNonCallSiteUnwindPlanFromAssembly()
1326 current_func_text_offset += insn_len; in GetNonCallSiteUnwindPlanFromAssembly()