Changeset 175508 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
- Timestamp:
- Nov 3, 2014, 7:36:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
r175471 r175508 612 612 loadisFromInstruction(1, t0) 613 613 callSlowPath(_llint_slow_path_create_lexical_environment) 614 dispatch(2) 615 616 617 _llint_op_get_scope: 618 traceExecution() 619 loadp Callee[cfr], t0 620 loadp JSCallee::m_scope[t0], t0 621 loadisFromInstruction(1, t1) 622 storeq t0, [cfr, t1, 8] 614 623 dispatch(2) 615 624
Note:
See TracChangeset
for help on using the changeset viewer.