Changeset 79460 in webkit for trunk/Source/JavaScriptCore/jit/JIT.h
- Timestamp:
- Feb 23, 2011, 10:55:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.h
r79247 r79460 403 403 // These architecture specific value are used to enable patching - see comment on op_put_by_id. 404 404 static const int patchOffsetPutByIdStructure = 10; 405 static const int patchOffsetPutByIdPropertyMapOffset1 = 46;406 static const int patchOffsetPutByIdPropertyMapOffset2 = 58;405 static const int patchOffsetPutByIdPropertyMapOffset1 = 36; 406 static const int patchOffsetPutByIdPropertyMapOffset2 = 48; 407 407 // These architecture specific value are used to enable patching - see comment on op_get_by_id. 408 408 static const int patchOffsetGetByIdStructure = 10; 409 409 static const int patchOffsetGetByIdBranchToSlowCase = 26; 410 static const int patchOffsetGetByIdPropertyMapOffset1 = 46;411 static const int patchOffsetGetByIdPropertyMapOffset2 = 58;412 static const int patchOffsetGetByIdPutResult = 62;410 static const int patchOffsetGetByIdPropertyMapOffset1 = 36; 411 static const int patchOffsetGetByIdPropertyMapOffset2 = 48; 412 static const int patchOffsetGetByIdPutResult = 52; 413 413 #if ENABLE(OPCODE_SAMPLING) 414 414 #error "OPCODE_SAMPLING is not yet supported"
Note:
See TracChangeset
for help on using the changeset viewer.