Changeset 193606 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
- Timestamp:
- Dec 6, 2015, 5:54:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
r193584 r193606 2285 2285 dispatch(6) 2286 2286 2287 2288 2289 2287 _llint_op_profile_control_flow: 2290 2288 traceExecution() … … 2292 2290 addq 1, BasicBlockLocation::m_executionCount[t0] 2293 2291 dispatch(2) 2292 2293 2294 _llint_op_load_arrowfunction_this: 2295 traceExecution() 2296 loadp Callee[cfr], t0 2297 loadp JSArrowFunction::m_boundThis[t0], t0 2298 loadisFromInstruction(1, t1) 2299 storeq t0, [cfr, t1, 8] 2300 dispatch(2) 2301 2294 2302 2295 2303 _llint_op_get_rest_length:
Note:
See TracChangeset
for help on using the changeset viewer.