Lines Matching refs:StubCache
54 class StubCache;
66 friend class StubCache;
70 class StubCache {
221 SCTableReference key_reference(StubCache::Table table) {
227 SCTableReference map_reference(StubCache::Table table) {
233 SCTableReference value_reference(StubCache::Table table) {
239 StubCache::Entry* first_entry(StubCache::Table table) {
241 case StubCache::kPrimary: return StubCache::primary_;
242 case StubCache::kSecondary: return StubCache::secondary_;
263 explicit StubCache(Isolate* isolate);
340 DISALLOW_COPY_AND_ASSIGN(StubCache);