Lines Matching refs:StubCache
267 StubCache* stub_cache = isolate->stub_cache();
270 Add(stub_cache->key_reference(StubCache::kPrimary).address(),
273 "StubCache::primary_->key");
274 Add(stub_cache->value_reference(StubCache::kPrimary).address(),
277 "StubCache::primary_->value");
278 Add(stub_cache->map_reference(StubCache::kPrimary).address(),
281 "StubCache::primary_->map");
282 Add(stub_cache->key_reference(StubCache::kSecondary).address(),
285 "StubCache::secondary_->key");
286 Add(stub_cache->value_reference(StubCache::kSecondary).address(),
289 "StubCache::secondary_->value");
290 Add(stub_cache->map_reference(StubCache::kSecondary).address(),
293 "StubCache::secondary_->map");