Lines Matching defs:reg_loc
292 AbstractRegisterLocation reg_loc;
293 reg_loc.SetAtCFAPlusOffset(offset);
294 m_register_locations[reg_num] = reg_loc;
304 AbstractRegisterLocation reg_loc;
305 reg_loc.SetIsCFAPlusOffset(offset);
306 m_register_locations[reg_num] = reg_loc;
321 AbstractRegisterLocation reg_loc;
322 reg_loc.SetUndefined();
323 m_register_locations[reg_num] = reg_loc;
332 AbstractRegisterLocation reg_loc;
333 reg_loc.SetUnspecified();
334 m_register_locations[reg_num] = reg_loc;
344 AbstractRegisterLocation reg_loc;
345 reg_loc.SetInRegister(other_reg_num);
346 m_register_locations[reg_num] = reg_loc;
355 AbstractRegisterLocation reg_loc;
356 reg_loc.SetSame();
357 m_register_locations[reg_num] = reg_loc;
366 AbstractRegisterLocation reg_loc;
367 reg_loc.SetIsDWARFExpression(opcodes, len);
368 m_register_locations[reg_num] = reg_loc;
378 AbstractRegisterLocation reg_loc;
379 reg_loc.SetIsConstant(constant);
380 m_register_locations[reg_num] = reg_loc;