Home | History | Annotate | Download | only in arm64

Lines Matching refs:kHashShift

4383           NameDictionary::GetProbeOffset(i) << Name::kHashShift));
4385 __ And(scratch2, scratch1, Operand(scratch2, LSR, Name::kHashShift));
4541 NameDictionary::GetProbeOffset(i) << Name::kHashShift);
4545 __ And(index, mask, Operand(index, LSR, Name::kHashShift));