Changeset 169040 in webkit for trunk/Source/JavaScriptCore/dfg/DFGBlockInsertionSet.h
- Timestamp:
- May 19, 2014, 2:00:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGBlockInsertionSet.h
r164459 r169040 39 39 class BlockInsertionSet { 40 40 public: 41 BlockInsertionSet(Graph& graph);41 BlockInsertionSet(Graph&); 42 42 ~BlockInsertionSet(); 43 43 44 void insert(const BlockInsertion& insertion);45 void insert(size_t index, PassRefPtr<BasicBlock> block);44 void insert(const BlockInsertion&); 45 void insert(size_t index, PassRefPtr<BasicBlock>); 46 46 BasicBlock* insert(size_t index, float executionCount); 47 47 BasicBlock* insertBefore(BasicBlock* before, float executionCount);
Note:
See TracChangeset
for help on using the changeset viewer.