Home | History | Annotate | Download | only in ia32

Lines Matching refs:KeyedLookupCache

489   __ shr(eax, KeyedLookupCache::kMapHashShift);
493 __ and_(eax, KeyedLookupCache::kCapacityMask & KeyedLookupCache::kHashMask);
498 static const int kEntriesPerBucket = KeyedLookupCache::kEntriesPerBucket;