Searched refs:store_stub_cache (Results 1 – 6 of 6) sorted by relevance
224 StubCache* store_stub_cache = isolate->store_stub_cache(); in AddStubCache() local227 Add(store_stub_cache->key_reference(StubCache::kPrimary).address(), index); in AddStubCache()228 Add(store_stub_cache->value_reference(StubCache::kPrimary).address(), index); in AddStubCache()229 Add(store_stub_cache->map_reference(StubCache::kPrimary).address(), index); in AddStubCache()230 Add(store_stub_cache->key_reference(StubCache::kSecondary).address(), index); in AddStubCache()231 Add(store_stub_cache->value_reference(StubCache::kSecondary).address(), in AddStubCache()233 Add(store_stub_cache->map_reference(StubCache::kSecondary).address(), index); in AddStubCache()
1042 StubCache* store_stub_cache() { return store_stub_cache_; } in store_stub_cache() function
142 isolate->store_stub_cache()->Clear(); in RUNTIME_FUNCTION()
781 return isolate()->store_stub_cache(); in stub_cache()
3410 TryProbeStubCache(isolate()->store_stub_cache(), p->receiver(), in StoreIC()
948 isolate()->store_stub_cache()->Clear(); in Finish()