Home | History | Annotate | Download | only in ic

Lines Matching refs:Entry

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