Lines Matching refs:StubCache
29 friend class StubCache; variable
33 class StubCache {
50 SCTableReference key_reference(StubCache::Table table) { in key_reference()
55 SCTableReference map_reference(StubCache::Table table) { in map_reference()
60 SCTableReference value_reference(StubCache::Table table) { in value_reference()
65 StubCache::Entry* first_entry(StubCache::Table table) { in first_entry()
67 case StubCache::kPrimary: in first_entry()
68 return StubCache::primary_; in first_entry()
69 case StubCache::kSecondary: in first_entry()
70 return StubCache::secondary_; in first_entry()
99 explicit StubCache(Isolate* isolate);
138 DISALLOW_COPY_AND_ASSIGN(StubCache);