Changeset 114702 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
- Timestamp:
- Apr 19, 2012, 5:17:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
r114664 r114702 1514 1514 macro nativeCallTrampoline(executableOffsetToFunction) 1515 1515 storep 0, CodeBlock[cfr] 1516 loadp JITStackFrame::globalData + 8[sp], t0 1517 storep cfr, JSGlobalData::topCallFrame[t0] 1516 1518 loadp CallerFrame[cfr], t0 1517 1519 loadp ScopeChain[t0], t1 … … 1534 1536 loadp CodeBlock[cfr], PB 1535 1537 loadp CodeBlock::m_instructions[PB], PB 1538 loadp JITStackFrame::globalData[sp], t0 1539 storep cfr, JSGlobalData::topCallFrame[t0] 1536 1540 callSlowPath(_llint_throw_from_native_call) 1537 1541 jmp _llint_throw_from_slow_path_trampoline
Note:
See TracChangeset
for help on using the changeset viewer.