Searched refs:stackIndexStart (Results 1 – 1 of 1) sorted by relevance
41 , m_stackIndex(stackIndexStart) in JITStubCall()49 , m_stackIndex(stackIndexStart) in JITStubCall()57 , m_stackIndex(stackIndexStart) in JITStubCall()65 , m_stackIndex(stackIndexStart) in JITStubCall()73 , m_stackIndex(stackIndexStart) in JITStubCall()81 , m_stackIndex(stackIndexStart) in JITStubCall()90 , m_stackIndex(stackIndexStart) in JITStubCall()148 size_t stackIndex = stackIndexStart + (argumentNumber * stackIndexStep); in getArgument()225 … static const size_t stackIndexStart = 1; // Index 0 is reserved for restoreArgumentReference(). variable