Lines Matching refs:StubCache
29 friend class StubCache; variable
32 class V8_EXPORT_PRIVATE StubCache {
54 SCTableReference key_reference(StubCache::Table table) { in key_reference()
59 SCTableReference map_reference(StubCache::Table table) { in map_reference()
64 SCTableReference value_reference(StubCache::Table table) { in value_reference()
69 StubCache::Entry* first_entry(StubCache::Table table) { in first_entry()
71 case StubCache::kPrimary: in first_entry()
72 return StubCache::primary_; in first_entry()
73 case StubCache::kSecondary: in first_entry()
74 return StubCache::secondary_; in first_entry()
104 explicit StubCache(Isolate* isolate);
146 DISALLOW_COPY_AND_ASSIGN(StubCache);