Home | History | Annotate | Download | only in src

Lines Matching defs:StubCache

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