Home | History | Annotate | Download | only in src

Lines Matching refs:StubCache

265   StubCache* stub_cache = isolate->stub_cache();
268 Add(stub_cache->key_reference(StubCache::kPrimary).address(),
271 "StubCache::primary_->key");
272 Add(stub_cache->value_reference(StubCache::kPrimary).address(),
275 "StubCache::primary_->value");
276 Add(stub_cache->map_reference(StubCache::kPrimary).address(),
279 "StubCache::primary_->map");
280 Add(stub_cache->key_reference(StubCache::kSecondary).address(),
283 "StubCache::secondary_->key");
284 Add(stub_cache->value_reference(StubCache::kSecondary).address(),
287 "StubCache::secondary_->value");
288 Add(stub_cache->map_reference(StubCache::kSecondary).address(),
291 "StubCache::secondary_->map");