Searched refs:kKeyMask (Results 1 - 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
H A DTCPackedCache.h152 DCHECK_EQ(key, key & kKeyMask);
158 DCHECK_EQ(key, key & kKeyMask);
167 DCHECK_EQ(key, key & kKeyMask);
221 static const K kKeyMask = N_ONES_(K, kKeybits); member in class:PackedCache

Completed in 151 milliseconds