Home | History | Annotate | Download | only in dfg

Lines Matching refs:gpr

80     void initInteger(NodeIndex nodeIndex, uint32_t useCount, GPRReg gpr)
87 u.gpr = gpr;
89 void initJSValue(NodeIndex nodeIndex, uint32_t useCount, GPRReg gpr, DataFormat format = DataFormatJS)
98 u.gpr = gpr;
100 void initCell(NodeIndex nodeIndex, uint32_t useCount, GPRReg gpr)
107 u.gpr = gpr;
153 GPRReg gpr() { ASSERT(m_registerFormat && m_registerFormat != DataFormatDouble); return u.gpr; }
194 void fillJSValue(GPRReg gpr, DataFormat format = DataFormatJS)
198 u.gpr = gpr;
200 void fillInteger(GPRReg gpr)
203 u.gpr = gpr;
230 GPRReg gpr;