Changeset 43481 in webkit for trunk/JavaScriptCore/jit/JITPropertyAccess.cpp
- Timestamp:
- May 10, 2009, 11:06:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITPropertyAccess.cpp
r43432 r43481 331 331 // and makes the subsequent load's offset automatically correct 332 332 if (structure->isUsingInlineStorage()) 333 stubInfo->hotPathBegin.instructionAtOffset(patchOffsetGetByIdExternalLoad ).patchLoadToLEA();333 stubInfo->hotPathBegin.instructionAtOffset(patchOffsetGetByIdExternalLoad + patchLengthGetByIdExternalLoadPrefix).patchLoadToLEA(); 334 334 335 335 // Patch the offset into the propoerty map to load from, then patch the Structure to look for. … … 349 349 // and makes the subsequent load's offset automatically correct 350 350 if (structure->isUsingInlineStorage()) 351 stubInfo->hotPathBegin.instructionAtOffset(patchOffset GetByIdExternalLoad).patchLoadToLEA();351 stubInfo->hotPathBegin.instructionAtOffset(patchOffsetPutByIdExternalLoad + patchLengthPutByIdExternalLoadPrefix).patchLoadToLEA(); 352 352 353 353 // 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.