Changeset 104630 in webkit for trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp
- Timestamp:
- Jan 10, 2012, 2:08:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp
r103390 r104630 261 261 262 262 load32(AssemblyHelpers::payloadFor((VirtualRegister)RegisterFile::ArgumentCount), GPRInfo::regT1); 263 branch32(AboveOrEqual, GPRInfo::regT1, Imm32(m_codeBlock-> m_numParameters)).linkTo(fromArityCheck, this);263 branch32(AboveOrEqual, GPRInfo::regT1, Imm32(m_codeBlock->numParameters())).linkTo(fromArityCheck, this); 264 264 move(stackPointerRegister, GPRInfo::argumentGPR0); 265 265 poke(GPRInfo::callFrameRegister, OBJECT_OFFSETOF(struct JITStackFrame, callFrame) / sizeof(void*));
Note:
See TracChangeset
for help on using the changeset viewer.