Changeset 155783 in webkit for trunk/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h
- Timestamp:
- Sep 14, 2013, 1:21:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h
r155745 r155783 1898 1898 bool compare(Node*, MacroAssembler::RelationalCondition, MacroAssembler::DoubleCondition, S_DFGOperation_EJJ); 1899 1899 bool compilePeepHoleBranch(Node*, MacroAssembler::RelationalCondition, MacroAssembler::DoubleCondition, S_DFGOperation_EJJ); 1900 void compilePeepHoleInt egerBranch(Node*, Node* branchNode, JITCompiler::RelationalCondition);1900 void compilePeepHoleInt32Branch(Node*, Node* branchNode, JITCompiler::RelationalCondition); 1901 1901 void compilePeepHoleBooleanBranch(Node*, Node* branchNode, JITCompiler::RelationalCondition); 1902 1902 void compilePeepHoleDoubleBranch(Node*, Node* branchNode, JITCompiler::DoubleCondition); … … 1945 1945 void compileNewTypedArray(Node*); 1946 1946 1947 void compileInt egerCompare(Node*, MacroAssembler::RelationalCondition);1947 void compileInt32Compare(Node*, MacroAssembler::RelationalCondition); 1948 1948 void compileBooleanCompare(Node*, MacroAssembler::RelationalCondition); 1949 1949 void compileDoubleCompare(Node*, MacroAssembler::DoubleCondition);
Note:
See TracChangeset
for help on using the changeset viewer.