Changeset 251178 in webkit for trunk/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp
- Timestamp:
- Oct 15, 2019, 9:01:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp
r251106 r251178 10720 10720 m_jit.loadPtr(MacroAssembler::Address(value, JSString::offsetOfValue()), scratch); 10721 10721 auto isRope = m_jit.branchIfRopeStringImpl(scratch); 10722 10722 addSlowPathGenerator(slowPathCall(isRope, this, operationResolveRope, scratch, value)); 10723 10723 10724 addBranch( 10724 10725 m_jit.branch32( … … 10727 10728 TrustedImm32(1)), 10728 10729 data->fallThrough.block); 10729 10730 addSlowPathGenerator(slowPathCall(isRope, this, operationResolveRope, scratch, value)); 10731 10730 10732 10731 m_jit.loadPtr(MacroAssembler::Address(scratch, StringImpl::dataOffset()), value); 10733 10732
Note:
See TracChangeset
for help on using the changeset viewer.