Searched refs:m_insertions (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGBlockInsertionSet.cpp44 m_insertions.append(insertion);
71 if (m_insertions.isEmpty())
76 std::sort(m_insertions.begin(), m_insertions.end());
78 executeInsertions(m_graph.m_blocks, m_insertions);
H A DDFGInsertionSet.h48 ASSERT(!m_insertions.size() || m_insertions.last().index() <= insertion.index());
49 m_insertions.append(insertion);
101 executeInsertions(*block, m_insertions);
105 Vector<Insertion, 8> m_insertions; member in class:JSC::DFG::InsertionSet
H A DDFGBlockInsertionSet.h53 Vector<BlockInsertion, 8> m_insertions; member in class:JSC::DFG::BlockInsertionSet

Completed in 182 milliseconds