Changeset 187505 in webkit for trunk/Source/JavaScriptCore/jit/Repatch.h
- Timestamp:
- Jul 28, 2015, 1:12:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/Repatch.h
r179478 r187505 41 41 void buildPutByIdList(ExecState*, JSValue, Structure*, const Identifier&, const PutPropertySlot&, StructureStubInfo&, PutKind); 42 42 void repatchIn(ExecState*, JSCell*, const Identifier&, bool wasFound, const PropertySlot&, StructureStubInfo&); 43 void linkFor(ExecState*, CallLinkInfo&, CodeBlock*, JSFunction* callee, MacroAssemblerCodePtr , CodeSpecializationKind, RegisterPreservationMode);44 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);43 void linkFor(ExecState*, CallLinkInfo&, CodeBlock*, JSFunction* callee, MacroAssemblerCodePtr); 44 void linkSlowFor(ExecState*, CallLinkInfo&); 45 void unlinkFor(RepatchBuffer&, CallLinkInfo&); 46 void linkVirtualFor(ExecState*, CallLinkInfo&); 47 void linkPolymorphicCall(ExecState*, CallLinkInfo&, CallVariant); 48 48 void resetGetByID(RepatchBuffer&, StructureStubInfo&); 49 49 void resetPutByID(RepatchBuffer&, StructureStubInfo&);
Note:
See TracChangeset
for help on using the changeset viewer.