Lines Matching refs:Entry
35 struct Entry {
42 // Access cache for entry hash(name, map).
65 StubCache::Entry* first_entry(StubCache::Table table) {
77 // Setting the entry size such that the index is shifted by Name::kHashShift
105 // update strategy on updates is fairly clear and simple: Any existing entry
119 // Compute the entry for a given offset in exactly the same way as
122 // of sizeof(Entry). This makes it easier to avoid making mistakes
124 static Entry* entry(Entry* table, int offset) {
126 return reinterpret_cast<Entry*>(reinterpret_cast<Address>(table) +
131 Entry primary_[kPrimaryTableSize];
132 Entry secondary_[kSecondaryTableSize];