Lines Matching defs:op_offset
837 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align;
838 reg_location.SetAtCFAPlusOffset(op_offset);
854 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align;
856 reg_location.SetAtCFAPlusOffset(op_offset);
904 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset);
905 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset);
925 int32_t op_offset = (int32_t)m_cfi_data.GetULEB128(&offset);
927 row.GetCFAValue().GetRegisterNumber(), op_offset);
966 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align;
968 reg_location.SetAtCFAPlusOffset(op_offset);
980 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align;
981 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset);
990 int32_t op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align;
992 row.GetCFAValue().SetIsRegisterPlusOffset(cfa_regnum, op_offset);