Changeset 129287 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
- Timestamp:
- Sep 21, 2012, 6:18:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
r129281 r129287 706 706 traceExecution() 707 707 # Actually do the work. 708 loadis 32[PB, PC, 8], t0708 loadis 24[PB, PC, 8], t0 709 709 loadis 8[PB, PC, 8], t3 710 710 loadConstantOrVariableCell(t0, t1, .opInstanceofSlow) … … 726 726 orp ValueFalse, t0 727 727 storep t0, [cfr, t3, 8] 728 dispatch( 5)728 dispatch(4) 729 729 730 730 .opInstanceofSlow: 731 731 callSlowPath(_llint_slow_path_instanceof) 732 dispatch( 5)732 dispatch(4) 733 733 734 734
Note:
See TracChangeset
for help on using the changeset viewer.