Changeset 109007 in webkit for trunk/Source/JavaScriptCore/jit/JIT.h
- Timestamp:
- Feb 27, 2012, 10:26:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.h
r108934 r109007 781 781 void emit_op_add(Instruction*); 782 782 void emit_op_bitand(Instruction*); 783 void emit_op_bitnot(Instruction*);784 783 void emit_op_bitor(Instruction*); 785 784 void emit_op_bitxor(Instruction*); … … 901 900 void emitSlow_op_add(Instruction*, Vector<SlowCaseEntry>::iterator&); 902 901 void emitSlow_op_bitand(Instruction*, Vector<SlowCaseEntry>::iterator&); 903 void emitSlow_op_bitnot(Instruction*, Vector<SlowCaseEntry>::iterator&);904 902 void emitSlow_op_bitor(Instruction*, Vector<SlowCaseEntry>::iterator&); 905 903 void emitSlow_op_bitxor(Instruction*, Vector<SlowCaseEntry>::iterator&);
Note:
See TracChangeset
for help on using the changeset viewer.