Lines Matching refs:StubCache
51 class StubCache; variable
63 friend class StubCache; variable
67 class StubCache {
273 SCTableReference key_reference(StubCache::Table table) { in key_reference()
279 SCTableReference map_reference(StubCache::Table table) { in map_reference()
285 SCTableReference value_reference(StubCache::Table table) { in value_reference()
291 StubCache::Entry* first_entry(StubCache::Table table) { in first_entry()
293 case StubCache::kPrimary: return StubCache::primary_; in first_entry()
294 case StubCache::kSecondary: return StubCache::secondary_; in first_entry()
305 explicit StubCache(Isolate* isolate);
382 DISALLOW_COPY_AND_ASSIGN(StubCache);