Searched refs:dummyThisArgument (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT32_64.cpp773 int dummyThisArgument = node->op() == Call ? 0 : 1; local
787 m_jit.store32(MacroAssembler::TrustedImm32(numPassedArgs + dummyThisArgument), callFramePayloadSlot(JSStack::ArgumentCount));
799 m_jit.store32(argTagGPR, argumentTagSlot(i + dummyThisArgument));
800 m_jit.store32(argPayloadGPR, argumentPayloadSlot(i + dummyThisArgument));
H A DDFGByteCodeParser.cpp775 int dummyThisArgument = op == Call ? 0 : 1;
776 for (int i = 0 + dummyThisArgument; i < argCount; ++i)
H A DDFGSpeculativeJIT64.cpp748 int dummyThisArgument = node->op() == Call ? 0 : 1; local
761 m_jit.store32(MacroAssembler::TrustedImm32(numPassedArgs + dummyThisArgument), callFramePayloadSlot(JSStack::ArgumentCount));
771 m_jit.store64(argGPR, argumentSlot(i + dummyThisArgument));

Completed in 195 milliseconds