Home | History | Annotate | Download | only in arm

Lines Matching refs:kHashShift

3762           NameDictionary::GetProbeOffset(i) << Name::kHashShift));
3764 __ and_(scratch2, scratch1, Operand(scratch2, LSR, Name::kHashShift));
3844 NameDictionary::GetProbeOffset(i) << Name::kHashShift));
3848 __ and_(index, mask, Operand(index, LSR, Name::kHashShift));