Changeset 91199 in webkit for trunk/Source/JavaScriptCore/jit/JIT.h
- Timestamp:
- Jul 18, 2011, 11:55:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.h
r91095 r91199 300 300 301 301 void emitWriteBarrier(RegisterID owner, RegisterID scratch); 302 303 template<typename T> 304 void emitAllocateJSFinalObject(T structure, RegisterID result, RegisterID scratch); 302 305 303 306 #if USE(JSVALUE32_64) … … 854 857 void emitSlow_op_construct(Instruction*, Vector<SlowCaseEntry>::iterator&); 855 858 void emitSlow_op_convert_this(Instruction*, Vector<SlowCaseEntry>::iterator&); 859 void emitSlow_op_create_this(Instruction*, Vector<SlowCaseEntry>::iterator&); 856 860 void emitSlow_op_div(Instruction*, Vector<SlowCaseEntry>::iterator&); 857 861 void emitSlow_op_eq(Instruction*, Vector<SlowCaseEntry>::iterator&); … … 886 890 void emitSlow_op_negate(Instruction*, Vector<SlowCaseEntry>::iterator&); 887 891 void emitSlow_op_neq(Instruction*, Vector<SlowCaseEntry>::iterator&); 892 void emitSlow_op_new_object(Instruction*, Vector<SlowCaseEntry>::iterator&); 888 893 void emitSlow_op_not(Instruction*, Vector<SlowCaseEntry>::iterator&); 889 894 void emitSlow_op_nstricteq(Instruction*, Vector<SlowCaseEntry>::iterator&);
Note:
See TracChangeset
for help on using the changeset viewer.