Home | History | Annotate | Download | only in dfg

Lines Matching refs:NodeIndex

72     void initConstant(NodeIndex nodeIndex, uint32_t useCount)
74 m_nodeIndex = nodeIndex;
80 void initInteger(NodeIndex nodeIndex, uint32_t useCount, GPRReg gpr)
82 m_nodeIndex = nodeIndex;
89 void initJSValue(NodeIndex nodeIndex, uint32_t useCount, GPRReg gpr, DataFormat format = DataFormatJS)
93 m_nodeIndex = nodeIndex;
100 void initCell(NodeIndex nodeIndex, uint32_t useCount, GPRReg gpr)
102 m_nodeIndex = nodeIndex;
109 void initDouble(NodeIndex nodeIndex, uint32_t useCount, FPRReg fpr)
111 m_nodeIndex = nodeIndex;
118 void initNone(NodeIndex nodeIndex, uint32_t useCount)
120 m_nodeIndex = nodeIndex;
128 NodeIndex nodeIndex() { return m_nodeIndex; }
222 // investigate storing NodeIndex as the name in RegsiterBank, instead of
224 NodeIndex m_nodeIndex;