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

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubCall.h111 m_stackIndex += stackIndexStep;
117 m_stackIndex += stackIndexStep;
123 m_stackIndex += stackIndexStep;
129 m_stackIndex += stackIndexStep;
135 m_stackIndex += stackIndexStep;
145 m_stackIndex += stackIndexStep;
153 m_stackIndex += stackIndexStep;
159 m_stackIndex += stackIndexStep;
165 m_stackIndex += stackIndexStep;
173 m_stackIndex += stackIndexStep;
290 static const size_t stackIndexStep = sizeof(EncodedJSValue) == 2 * sizeof(void*) ? 2 : 1; member in class:JSC::JITStubCall
[all...]

Completed in 119 milliseconds