Changeset 173282 in webkit for trunk/Source/JavaScriptCore/jit/JIT.h
- Timestamp:
- Sep 4, 2014, 2:23:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.h
r173199 r173282 719 719 MacroAssembler::Call callOperation(V_JITOperation_ECC, RegisterID, RegisterID); 720 720 MacroAssembler::Call callOperation(V_JITOperation_ECICC, RegisterID, const Identifier*, RegisterID, RegisterID); 721 MacroAssembler::Call callOperation(J_JITOperation_EE, RegisterID); 721 722 MacroAssembler::Call callOperation(V_JITOperation_EIdJZ, const Identifier*, RegisterID, int32_t); 722 723 MacroAssembler::Call callOperation(V_JITOperation_EJ, RegisterID); … … 739 740 MacroAssembler::Call callOperation(V_JITOperation_EZ, int32_t); 740 741 MacroAssembler::Call callOperationWithCallFrameRollbackOnException(J_JITOperation_E); 741 MacroAssembler::Call callOperationNoExceptionCheck(J_JITOperation_EE, RegisterID);742 742 MacroAssembler::Call callOperationWithCallFrameRollbackOnException(V_JITOperation_ECb, CodeBlock*); 743 743 MacroAssembler::Call callOperationWithCallFrameRollbackOnException(Z_JITOperation_E);
Note:
See TracChangeset
for help on using the changeset viewer.