Lines Matching defs:reg_location
636 UnwindPlan::Row::AbstractRegisterLocation reg_location;
674 reg_location))
675 row->SetRegisterInfo(reg_num, reg_location);
749 reg_location))
750 row->SetRegisterInfo(reg_num, reg_location);
825 UnwindPlan::Row::AbstractRegisterLocation reg_location;
838 reg_location.SetAtCFAPlusOffset(op_offset);
839 row.SetRegisterInfo(reg_num, reg_location);
855 UnwindPlan::Row::AbstractRegisterLocation reg_location;
856 reg_location.SetAtCFAPlusOffset(op_offset);
857 row.SetRegisterInfo(reg_num, reg_location);
867 UnwindPlan::Row::AbstractRegisterLocation reg_location;
868 reg_location.SetUndefined();
869 row.SetRegisterInfo(reg_num, reg_location);
879 UnwindPlan::Row::AbstractRegisterLocation reg_location;
880 reg_location.SetSame();
881 row.SetRegisterInfo(reg_num, reg_location);
892 UnwindPlan::Row::AbstractRegisterLocation reg_location;
893 reg_location.SetInRegister(other_reg_num);
894 row.SetRegisterInfo(reg_num, reg_location);
953 UnwindPlan::Row::AbstractRegisterLocation reg_location;
954 reg_location.SetAtDWARFExpression(block_data, block_len);
955 row.SetRegisterInfo(reg_num, reg_location);
967 UnwindPlan::Row::AbstractRegisterLocation reg_location;
968 reg_location.SetAtCFAPlusOffset(op_offset);
969 row.SetRegisterInfo(reg_num, reg_location);
1009 reg_location.SetIsDWARFExpression(block_data, block_len);
1010 row.SetRegisterInfo(reg_num, reg_location);