Home | History | Annotate | Download | only in dfg

Lines Matching refs:NodeIndex

51     NodeIndex lookupGetByVal(NodeIndex base, NodeIndex property)
69 void recordGetByVal(NodeIndex getByVal)
74 void recordPutByVal(NodeIndex putByVal)
80 void recordGetById(NodeIndex getById)
86 void recordPutById(NodeIndex putById)
92 void recordPutByIdDirect(NodeIndex putByVal)
104 bool equalIgnoringLaterNumericConversion(NodeIndex op1, NodeIndex op2)
115 NodeIndex m_candidateAliasGetByVal;