Changeset 192935 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
- Timestamp:
- Dec 1, 2015, 5:37:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
r192914 r192935 698 698 699 699 macro getFrameRegisterSizeForCodeBlock(codeBlock, size) 700 loadi CodeBlock::m_numCallee Locals[codeBlock], size700 loadi CodeBlock::m_numCalleeRegisters[codeBlock], size 701 701 lshiftp 3, size 702 702 addp maxFrameExtentForSlowPathCall, size … … 1228 1228 1229 1229 1230 _llint_op_new_generator_func:1231 traceExecution()1232 callSlowPath(_llint_slow_path_new_generator_func)1233 dispatch(4)1234 1235 1236 1230 _llint_op_new_array: 1237 1231 traceExecution() … … 1463 1457 traceExecution() 1464 1458 callSlowPath(_llint_slow_path_new_func_exp) 1465 dispatch(4)1466 1467 _llint_op_new_generator_func_exp:1468 traceExecution()1469 callSlowPath(_llint_slow_path_new_generator_func_exp)1470 1459 dispatch(4) 1471 1460 … … 1585 1574 1586 1575 1587 _llint_op_save:1588 traceExecution()1589 callSlowPath(_slow_path_save)1590 dispatch(4)1591 1592 1593 _llint_op_resume:1594 traceExecution()1595 callSlowPath(_slow_path_resume)1596 dispatch(3)1597 1598 1599 1576 _llint_op_create_lexical_environment: 1600 1577 traceExecution()
Note:
See TracChangeset
for help on using the changeset viewer.