Changeset 175508 in webkit for trunk/Source/JavaScriptCore/llint
- Timestamp:
- Nov 3, 2014, 7:36:28 PM (11 years ago)
- Location:
- trunk/Source/JavaScriptCore/llint
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
r175471 r175508 724 724 loadi 4[PC], t0 725 725 callSlowPath(_llint_slow_path_create_lexical_environment) 726 dispatch(2) 727 728 729 _llint_op_get_scope: 730 traceExecution() 731 loadi Callee + PayloadOffset[cfr], t0 732 loadi JSCallee::m_scope[t0], t0 733 loadisFromInstruction(1, t1) 734 storei CellTag, TagOffset[cfr, t1, 8] 735 storei t0, PayloadOffset[cfr, t1, 8] 726 736 dispatch(2) 727 737 -
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.