Searched refs:store_stub_cache (Results 1 – 5 of 5) sorted by relevance
211 StubCache* store_stub_cache = isolate->store_stub_cache(); in AddStubCache() local214 Add(store_stub_cache->key_reference(StubCache::kPrimary).address(), in AddStubCache()216 Add(store_stub_cache->value_reference(StubCache::kPrimary).address(), in AddStubCache()218 Add(store_stub_cache->map_reference(StubCache::kPrimary).address(), in AddStubCache()220 Add(store_stub_cache->key_reference(StubCache::kSecondary).address(), in AddStubCache()222 Add(store_stub_cache->value_reference(StubCache::kSecondary).address(), in AddStubCache()224 Add(store_stub_cache->map_reference(StubCache::kSecondary).address(), in AddStubCache()
1019 StubCache* store_stub_cache() { return store_stub_cache_; } in store_stub_cache() function
721 return isolate()->store_stub_cache(); in stub_cache()
2887 TryProbeStubCache(isolate()->store_stub_cache(), p->receiver, p->name, in StoreIC()
869 isolate()->store_stub_cache()->Clear(); in Finish()