Home | History | Annotate | Download | only in ia32

Lines Matching refs:KeyedLookupCache

533   __ shr(ecx, KeyedLookupCache::kMapHashShift);
537 __ and_(ecx, KeyedLookupCache::kCapacityMask & KeyedLookupCache::kHashMask);
542 static const int kEntriesPerBucket = KeyedLookupCache::kEntriesPerBucket;