Changeset 44341 in webkit for trunk/JavaScriptCore/jit/JITPropertyAccess.cpp
- Timestamp:
- Jun 1, 2009, 6:20:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITPropertyAccess.cpp
r44076 r44341 531 531 // and makes the subsequent load's offset automatically correct 532 532 if (structure->isUsingInlineStorage()) 533 stubInfo->hotPathBegin.instructionAtOffset(patchOffsetGetByIdExternalLoad + patchLengthGetByIdExternalLoadPrefix). patchLoadToLEA();533 stubInfo->hotPathBegin.instructionAtOffset(patchOffsetGetByIdExternalLoad + patchLengthGetByIdExternalLoadPrefix).repatchLoadToLEA(); 534 534 535 535 // Patch the offset into the propoerty map to load from, then patch the Structure to look for. … … 561 561 // and makes the subsequent load's offset automatically correct 562 562 if (structure->isUsingInlineStorage()) 563 stubInfo->hotPathBegin.instructionAtOffset(patchOffsetPutByIdExternalLoad + patchLengthPutByIdExternalLoadPrefix). patchLoadToLEA();563 stubInfo->hotPathBegin.instructionAtOffset(patchOffsetPutByIdExternalLoad + patchLengthPutByIdExternalLoadPrefix).repatchLoadToLEA(); 564 564 565 565 // 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.