Lines Matching refs:flowData
1238 FlowGraphSummary flowData(cx_); in match() local
1239 if (!flowData.populate(cx_, script)) { in match()
1260 !flowData[r.frontOffset()].hasSingleEdge()) { in match()
1274 MOZ_ASSERT(flowData[r.frontOffset()].hasSingleEdge()); in match()
1275 lineno = flowData[r.frontOffset()].lineno(); in match()
1276 column = flowData[r.frontOffset()].column(); in match()
1290 isEntryPoint = (isEntryPoint && !flowData[offset].hasNoEdges() && in match()
1291 (flowData[offset].lineno() != r.frontLineNumber() || in match()
1292 flowData[offset].column() != r.frontColumnNumber())); in match()
1632 FlowGraphSummary flowData(cx); in getAllOffsets() local
1633 if (!flowData.populate(cx, script)) { in getAllOffsets()
1652 if (!flowData[offset].hasNoEdges() && flowData[offset].lineno() != lineno) { in getAllOffsets()
1738 FlowGraphSummary flowData(cx_); in match() local
1739 if (!flowData.populate(cx_, script)) { in match()
1756 if (r.frontIsEntryPoint() && !flowData[offset].hasNoEdges() && in match()
1757 (flowData[offset].lineno() != lineno || in match()
1758 flowData[offset].column() != column)) { in match()
1821 FlowGraphSummary flowData(cx_); in match() local
1822 if (!flowData.populate(cx_, script)) { in match()
1840 if (r.frontLineNumber() == lineno_ && !flowData[offset].hasNoEdges() && in match()
1841 flowData[offset].lineno() != lineno_) { in match()