Home | History | Annotate | Download | only in jit

Lines Matching refs:BaseIndex

69     jit.load16(BaseIndex(regT0, regT1, TimesTwo, 0), regT0);
73 jit.loadPtr(BaseIndex(regT1, regT0, ScalePtr, 0), regT0);
107 loadPtr(BaseIndex(regT2, regT1, ScalePtr, OBJECT_OFFSETOF(ArrayStorage, m_vector[0])), regT0);
144 loadPtr(BaseIndex(scratch, offset, ScalePtr, 0), result);
204 Jump empty = branchTestPtr(Zero, BaseIndex(regT2, regT1, ScalePtr, OBJECT_OFFSETOF(ArrayStorage, m_vector[0])));
208 storePtr(regT0, BaseIndex(regT2, regT1, ScalePtr, OBJECT_OFFSETOF(ArrayStorage, m_vector[0])));