Changeset 179392 in webkit for trunk/Source/JavaScriptCore/jit/Repatch.h
- Timestamp:
- Jan 29, 2015, 8:28:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/Repatch.h
r179357 r179392 1 1 /* 2 * Copyright (C) 2011 , 2015Apple Inc. All rights reserved.2 * Copyright (C) 2011 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 30 30 31 31 #include "CCallHelpers.h" 32 #include "CallVariant.h"33 32 #include "JITOperations.h" 34 33 … … 43 42 void linkFor(ExecState*, CallLinkInfo&, CodeBlock*, JSFunction* callee, MacroAssemblerCodePtr, CodeSpecializationKind, RegisterPreservationMode); 44 43 void linkSlowFor(ExecState*, CallLinkInfo&, CodeSpecializationKind, RegisterPreservationMode); 45 void unlinkFor(RepatchBuffer&, CallLinkInfo&, CodeSpecializationKind, RegisterPreservationMode); 46 void linkVirtualFor(ExecState*, CallLinkInfo&, CodeSpecializationKind, RegisterPreservationMode); 47 void linkPolymorphicCall(ExecState*, CallLinkInfo&, CallVariant, RegisterPreservationMode); 44 void linkClosureCall(ExecState*, CallLinkInfo&, CodeBlock*, ExecutableBase*, MacroAssemblerCodePtr, RegisterPreservationMode); 48 45 void resetGetByID(RepatchBuffer&, StructureStubInfo&); 49 46 void resetPutByID(RepatchBuffer&, StructureStubInfo&);
Note:
See TracChangeset
for help on using the changeset viewer.