Changeset 44476 in webkit for trunk/JavaScriptCore/jit/JITPropertyAccess.cpp
- Timestamp:
- Jun 5, 2009, 5:08:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITPropertyAccess.cpp
r44455 r44476 515 515 // and makes the subsequent load's offset automatically correct 516 516 if (structure->isUsingInlineStorage()) 517 stubInfo->hotPathBegin.instructionAtOffset(patchOffsetGetByIdExternalLoad + patchLengthGetByIdExternalLoadPrefix).repatchLoadToLEA();517 stubInfo->hotPathBegin.instructionAtOffset(patchOffsetGetByIdExternalLoad).repatchLoadPtrToLEA(); 518 518 519 519 // Patch the offset into the propoerty map to load from, then patch the Structure to look for. … … 545 545 // and makes the subsequent load's offset automatically correct 546 546 if (structure->isUsingInlineStorage()) 547 stubInfo->hotPathBegin.instructionAtOffset(patchOffsetPutByIdExternalLoad + patchLengthPutByIdExternalLoadPrefix).repatchLoadToLEA();547 stubInfo->hotPathBegin.instructionAtOffset(patchOffsetPutByIdExternalLoad).repatchLoadPtrToLEA(); 548 548 549 549 // Patch the offset into the propoerty map to load from, then patch the Structure to look for.
Note:
See TracChangeset
for help on using the changeset viewer.