Changeset 163027 in webkit for trunk/Source/JavaScriptCore/ftl/FTLSlowPathCall.h
- Timestamp:
- Jan 29, 2014, 11:18:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLSlowPathCall.h
r158681 r163027 1 1 /* 2 * Copyright (C) 2013 Apple Inc. All rights reserved.2 * Copyright (C) 2013, 2014 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 56 56 }; 57 57 58 void storeCodeOrigin(State&, CCallHelpers&, CodeOrigin); 59 58 60 MacroAssembler::Call callOperation( 59 State&, const RegisterSet&, CCallHelpers&, J_JITOperation_ESsiJI,60 GPRReg result, GPRReg callFrameRegister, StructureStubInfo*, GPRReg object,61 State&, const RegisterSet&, CCallHelpers&, CodeOrigin, CCallHelpers::JumpList*, 62 J_JITOperation_ESsiJI, GPRReg result, StructureStubInfo*, GPRReg object, 61 63 StringImpl* uid); 62 64 MacroAssembler::Call callOperation( 63 State&, const RegisterSet&, CCallHelpers&, V_JITOperation_ESsiJJI,64 GPRReg callFrameRegister, StructureStubInfo*, GPRReg value, GPRReg object,65 State&, const RegisterSet&, CCallHelpers&, CodeOrigin, CCallHelpers::JumpList*, 66 V_JITOperation_ESsiJJI, StructureStubInfo*, GPRReg value, GPRReg object, 65 67 StringImpl* uid); 66 68
Note:
See TracChangeset
for help on using the changeset viewer.