Changeset 193649 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
- Timestamp:
- Dec 7, 2015, 2:03:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
r193606 r193649 1439 1439 _llint_op_loop_hint: 1440 1440 traceExecution() 1441 checkSwitchToJITForLoop() 1442 dispatch(1) 1443 1444 1445 _llint_op_watchdog: 1446 traceExecution() 1441 1447 loadp CodeBlock[cfr], t1 1442 1448 loadp CodeBlock::m_vm[t1], t1 1443 loadp VM:: watchdog[t1], t01449 loadp VM::m_watchdog[t1], t0 1444 1450 btpnz t0, .handleWatchdogTimer 1445 1451 .afterWatchdogTimerCheck: 1446 checkSwitchToJITForLoop()1447 1452 dispatch(1) 1448 1453 .handleWatchdogTimer: … … 1453 1458 .throwHandler: 1454 1459 jmp _llint_throw_from_slow_path_trampoline 1460 1455 1461 1456 1462 _llint_op_switch_string:
Note:
See TracChangeset
for help on using the changeset viewer.